Skip to content
Snippets Groups Projects
Commit 4be276df authored by Michał Marcińczuk's avatar Michał Marcińczuk
Browse files

Added model pdn2-v08-nkjp-large

parent 74dd2978
1 merge request!43Added model pdn2-v08-nkjp-large
Pipeline #9154 passed with stage
in 1 minute and 57 seconds
......@@ -2,6 +2,10 @@
# PolDeepNer2 Changelog
## 0.8.2
### Changed
- Updated verions of requirements
## 0.8.1
### Added
- Pre-trained model pdn2-v08-nkjp-large
......
torch==2.0.0
numpy==1.19.4
pytorch-transformers
pytorch-transformers==1.2.0
seqeval==0.0.12
tqdm
fastapi==0.61.1
PyYAML==5.3.1
PyYAML==6.0
uvicorn==0.12.2
pandas==1.1.1
wandb==0.10.7
transformers==4.16.2
\ No newline at end of file
wandb==0.10.7
transformers==4.27.4
......@@ -4,15 +4,13 @@ with open("README.md", "r") as fh:
long_description = fh.read()
install_requires = [
"numpy==1.19.4",
"torch==2.0.0",
"pytorch-transformers==1.2.0",
"transformers==4.27.4",
"numpy==1.19.4",
"seqeval==0.0.12",
"pytest~=6.0.1",
"flask==1.1.2",
"pandas==1.1.1",
"transformers==4.2.1",
"tqdm",
"torch==1.12.1"
"pyyaml==6.0"
]
setuptools.setup(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment