Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core — exact versions used in the paper experiments
|
| 2 |
+
torch==2.11.0
|
| 3 |
+
sentencepiece==0.2.1
|
| 4 |
+
numpy==2.4.2
|
| 5 |
+
|
| 6 |
+
# AWS (SageMaker + S3)
|
| 7 |
+
boto3==1.42.93
|
| 8 |
+
sagemaker==3.10.0
|
| 9 |
+
|
| 10 |
+
# HuggingFace (external datasets and baselines)
|
| 11 |
+
datasets>=2.19.0
|
| 12 |
+
transformers>=4.40.0
|
| 13 |
+
peft>=0.10.0
|
| 14 |
+
|
| 15 |
+
# Evaluation
|
| 16 |
+
scikit-learn>=1.3.0
|
| 17 |
+
|
| 18 |
+
# GGUF export (optional, for llama.cpp / Ollama)
|
| 19 |
+
# gguf>=0.6.0
|