-
Notifications
You must be signed in to change notification settings - Fork 37
/
.gitignore
50 lines (50 loc) · 837 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.vscode
.idea
.pytest_cache
/mwptoolkit.egg-info
/dist
__pycache__
/checkpoint/*
/trained_model/*
/result/*
/pretrain/*
/doc_build
/alg514
/alg514_mc
results
output_results
/dataset/math23k/partition.py
/dataset/ape200k/process.py
/dataset/mawps/dataprocess.py
/dataset/mawps/MAWPS_.json
/dataset/hmwp/process.py
/dataset/math23k/graph2tree_deprel_info.json
/dataset/alg514/stat_equations.py
preprocess.py
pos_info.json
pos_info_.json
span_level_deprel_tree_info.json
deprel_tree_info.json
*.pth
.pypirc
make.bat
Makefile
run_setup.sh
pypi_update.sh
/pretrain/gpt2_cn
/pretrain/gpt2_en
*.log
/test.py
/test2.py
/test3.py
/mwptoolkit/utils/old.py
/dataset/math23k/span_level_deprel_tree_info.json
/dataset/math23k/deprel_tree_info.json
hms_test.json
hms_train.json
hms_valid.json
x.json
x1.json
git_update.sh
*.code-snippets
get_single.py