forked from XuweiyiChen/SelfExplain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
71 lines (61 loc) · 2.38 KB
/
requirements.txt
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
# Automatically generated by https://github.com/damnever/pigar.
# SelfExplain/preprocessing/constituency_parse.py: 3
benepar == 0.2.0
# SelfExplain/preprocessing/constituency_parse.py: 7
nltk == 3.5
# SelfExplain/ipynb/.ipynb_checkpoints/SST2 Test-checkpoint.ipynb: 6
# SelfExplain/ipynb/SST2 Test.ipynb: 6
# SelfExplain/model/data_utils.py: 1
# SelfExplain/model/infer_model.py: 4
# SelfExplain/model/run.py: 4
# SelfExplain/preprocessing/constituency_parse.py: 4
numpy == 1.17.0
# SelfExplain/model/model_utils.py: 10
overrides == 3.1.0
# SelfExplain/model/data.py: 9
# SelfExplain/model/data_reader.py: 9
# SelfExplain/model/infer_model.py: 7
# SelfExplain/src/data/data_reader.py: 9
pandas == 1.0.3
# SelfExplain/ipynb/.ipynb_checkpoints/SST2 Test-checkpoint.ipynb: 4,7
# SelfExplain/ipynb/SST2 Test.ipynb: 4,7
# SelfExplain/model/SE_XLNet.py: 5
# SelfExplain/model/data.py: 5
# SelfExplain/model/data_reader.py: 5
# SelfExplain/model/infer_model.py: 5
# SelfExplain/model/qa_model.py: 5
# SelfExplain/model/run.py: 2,5
# SelfExplain/src/data/data_reader.py: 5
pytorch_lightning == 1.1.2
# SelfExplain/src/third_party_utils/allennlp_cached_filepath.py: 9
requests == 2.23.0
# SelfExplain/ipynb/.ipynb_checkpoints/SST2 Test-checkpoint.ipynb: 13
# SelfExplain/ipynb/SST2 Test.ipynb: 13
# SelfExplain/model/SE_XLNet.py: 3,4,6
# SelfExplain/model/data.py: 6,7,8
# SelfExplain/model/data_reader.py: 6,7,8
# SelfExplain/model/data_utils.py: 2
# SelfExplain/model/infer_model.py: 3
# SelfExplain/model/model_utils.py: 11
# SelfExplain/model/modeling_utils.py: 3,4
# SelfExplain/model/qa_model.py: 3,4,6
# SelfExplain/preprocessing/build_concept_store.py: 5
# SelfExplain/src/data/data_reader.py: 6,7,8
torch == 1.6.0
# SelfExplain/model/data.py: 11
# SelfExplain/model/data_reader.py: 11
# SelfExplain/model/infer_model.py: 6
# SelfExplain/src/data/data_reader.py: 11
# SelfExplain/src/third_party_utils/allennlp_cached_filepath.py: 10
tqdm == 4.48.0
# SelfExplain/ipynb/.ipynb_checkpoints/SST2 Test-checkpoint.ipynb: 47
# SelfExplain/ipynb/SST2 Test.ipynb: 47
# SelfExplain/model/SE_XLNet.py: 7,8
# SelfExplain/model/data.py: 10
# SelfExplain/model/data_reader.py: 10
# SelfExplain/model/modeling_utils.py: 5,6,7
# SelfExplain/model/qa_model.py: 7,8,9
# SelfExplain/preprocessing/build_concept_store.py: 6,7
# SelfExplain/preprocessing/constituency_parse.py: 6
# SelfExplain/src/data/data_reader.py: 10
transformers == 4.3.3