We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4ad48 commit 78de1a3Copy full SHA for 78de1a3
requirements.txt
@@ -8,4 +8,4 @@ sklearn==0.0
8
tabulate==0.8.6
9
torch==1.4.0
10
tqdm==4.42.1
11
-transformers==2.4.1
+transformers==4.30.0
setup.py
@@ -10,7 +10,7 @@
description='文本分类工具集',
packages=find_packages(),
12
install_requires=[
13
- "transformers==2.4.1",
+ "transformers==4.30.0",
14
"torch>=1.1.0",
15
"Click>=7.0.0",
16
"tabulate",
0 commit comments