-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitignore
96 lines (80 loc) · 1.17 KB
/
.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
pre-training/
pre-training-back/
other_gen/
# basic ignore:
__pycache__/
.idea/
.ipynb_checkpoints/
.DS_Store
.vscode
augmentation_tools/__pycache__
augmentation_clf/sta_saved_keywords
augmentation_clf/__pycache__
# wordvec weights
weights/
# model weights
saved_models/
bert-finetuned-ner-100examples/
bert-finetuned-squad/
bert-log/
saved_models_bert-finetuned-ner-100examples/
bart-large-finetuned-amazon-en-es/
wikipedia20220301en-paras-yake/
wikipedia20220301en-paras-yake-tokenized/
# saved kws
saved_words/
augmentation_tools/sta_saved_keywords
# data folder
data/
datasets/
dataset/
clf_data/
ner_data/
qa_data/
sm_data/
saved_datasets/
old_data_clf/
data_clf/
# exp scripts
run_huff.sh
run_bbc.sh
run_yahoo.sh
run_sst2.sh
run_sst.sh
run_sst2-l.sh
run_imdb.sh
run_20ng.sh
occupy.py
oc.sh
run.sh
run_clf.py
augmentation_tools/run_aug.sh
# temp files
temp/
tmp/
temp_files/
oc/
test/
beyond/
.vscode-upload.json
counting_mask.ipynb
.empty/
dd_new.pkl
dataset2_with_kws.pkl
nohup.out
other_aug
.vscode-upload.json
occupy.py
squad_example.py
# log
log/
clf-log/
#
bert-base-cased/
playground.ipynb
aplayground.ipynb
# NLG evaluation
other_nlg/
other_gen/
other_aug/
nlg_eval/