-
Notifications
You must be signed in to change notification settings - Fork 131
/
.gitignore
87 lines (72 loc) · 1.8 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
# extras
Pipfile*
results*
*.pyc
__pycache__
.DS_Store
# pycharm
.idea
# vscode
.vscode
# data
data/**/train.json
data/**/val.json
data/**/test.json
data/**/human_val.json
data/camrest/CamRest676_v2.json
data/multiwoz/annotated_user_da_with_span_full.json
data/schema/dstc8-schema-guided-dialogue-master
**/processed_data/*
data/mdbt/data
data/mdbt/models
data/mdbt/word-vectors
convlab2/nlg/sclstm/**/resource/*
convlab2/nlg/sclstm/**/resource_usr/*
convlab2/nlg/sclstm/**/sclstm.pt
convlab2/nlg/sclstm/**/sclstm.res
convlab2/nlg/sclstm/**/sclstm.log
convlab2/nlg/sclstm/**/sclstm_usr.pt
convlab2/nlg/sclstm/**/sclstm_usr.res
convlab2/nlg/sclstm/**/sclstm_usr.log
convlab2/dst/sumbt/multiwoz/output/
convlab2/nlg/sclstm/**/generated_sens_sys.json
convlab2/nlg/template/**/generated_sens_sys.json
convlab2/nlu/jointBERT/crosswoz/**/data
convlab2/nlu/jointBERT/multiwoz/**/data
convlab2/nlu/jointBERT/**/output/
convlab2/nlu/jointBERT_new/crosswoz/**/data
convlab2/nlu/jointBERT_new/multiwoz/**/data
convlab2/nlu/jointBERT_new/crosswoz/**/log
convlab2/nlu/jointBERT_new/multiwoz/**/log
convlab2/nlu/jointBERT_new/**/output/
convlab2/nlu/milu/09*
convlab2/nlu/jointBERT/multiwoz/configs/multiwoz_new_usr_context.json
convlab2/nlu/milu/multiwoz/configs/system_without_context.jsonnet
convlab2/nlu/milu/multiwoz/configs/user_without_context.jsonnet
# test script
*_test.py
# log
**/log/**
*.log
# save
**/save/**
# .bak.py
*.bak.py
# compile files
build
dist
convlab2.egg-info
# configs
.ipynb_checkpoints
## dst files
convlab2/dst/trade/crosswoz/data/
convlab2/dst/trade/crosswoz/model/
convlab2/dst/trade/crosswoz_config/
convlab2/dst/trade/multiwoz/data/
convlab2/dst/trade/multiwoz/model/
convlab2/dst/trade/multiwoz_config/
deploy/bert_multiwoz_all.zip
deploy/templates/dialog_eg.html
test.py
*.egg-info
pre-trained-models/