Thao Pham commited on
Commit
06aa5e6
·
1 Parent(s): 7339e3c

constrain libraries version

Browse files
__pycache__/pipeline.cpython-311.pyc ADDED
Binary file (9.41 kB). View file
 
model/__pycache__/keyword_extraction_utils.cpython-311.pyc ADDED
Binary file (12.8 kB). View file
 
model/__pycache__/named_entities.cpython-311.pyc ADDED
Binary file (2.52 kB). View file
 
model/__pycache__/process_text.cpython-311.pyc ADDED
Binary file (4.13 kB). View file
 
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- torch
2
- transformers
3
- gradio
4
- scikit-learn
5
- numpy
6
- underthesea
7
- py_vncorenlp
 
1
+ torch==2.2.2
2
+ transformers==4.40.0
3
+ gradio==4.27.0
4
+ scikit-learn==1.4.2
5
+ numpy==1.26.4
6
+ underthesea==6.8.0
7
+ py_vncorenlp==0.1.4