File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -84,3 +84,4 @@ citationClassifierV.py
84
84
citations_v
85
85
requirements-v.txt
86
86
veracity
87
+ data /sequenceLabelling /BEL /all_bel_relations.csv
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ lmdb==1.2.1
10
10
truecase
11
11
requests >= 2.20
12
12
pandas == 1.3.5
13
- transformers == 4.25.1
13
+ transformers == 4.33.2
14
14
torch == 1.10.1
15
15
pytest
16
16
tensorflow-addons == 0.19.0
17
+ blingfire == 0.1.8
18
+ accelerate >= 0.20.3
Original file line number Diff line number Diff line change 22
22
'unidecode==1.3.2' ,
23
23
'pydot==1.4.0' ,
24
24
'lmdb==1.2.1' ,
25
- 'transformers==4.25.1 ' ,
25
+ 'transformers==4.33.2 ' ,
26
26
'torch==1.10.1' ,
27
27
'truecase' ,
28
28
'requests>=2.20' ,
29
29
'pandas==1.3.5' ,
30
30
'pytest' ,
31
- 'tensorflow-addons==0.19.0'
31
+ 'tensorflow-addons==0.19.0' ,
32
+ 'accelerate>=0.20.3'
32
33
],
33
34
classifiers = [
34
35
"Programming Language :: Python :: 3.8" ,
You can’t perform that action at this time.
0 commit comments