| [project] | |
| name = "hf-training" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "accelerate>=1.13.0", | |
| "datasets>=4.8.3", | |
| "evaluate>=0.4.6", | |
| "hydra-core>=1.3.2", | |
| "numpy>=2.4.3", | |
| "omegaconf>=2.3.0", | |
| "pandas>=3.0.1", | |
| "python-dotenv>=1.2.2", | |
| "scikit-learn>=1.8.0", | |
| "seqeval>=1.2.2", | |
| "torch>=2.10.0", | |
| "tqdm>=4.67.3", | |
| "transformers>=5.3.0", | |
| "wandb>=0.25.1", | |
| ] | |