Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- requirements.txt +0 -1
- transformers_config.json +1 -7
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
# Use pre-built wheels for flash-attn instead of building from source
|
2 |
-
--find-links https://github.com/Dao-AILab/flash-attention/releases/download/v2.5.2/
|
3 |
accelerate>=0.27.0
|
4 |
bitsandbytes>=0.41.0
|
5 |
datasets>=2.15.0
|
|
|
1 |
# Use pre-built wheels for flash-attn instead of building from source
|
|
|
2 |
accelerate>=0.27.0
|
3 |
bitsandbytes>=0.41.0
|
4 |
datasets>=2.15.0
|
transformers_config.json
CHANGED
@@ -132,8 +132,7 @@
|
|
132 |
"dataset": {
|
133 |
"dataset": {
|
134 |
"name": "George-API/phi4-cognitive-dataset",
|
135 |
-
"split": "train"
|
136 |
-
"column_mapping": {}
|
137 |
},
|
138 |
"data_formatting": {
|
139 |
"chat_template": "phi",
|
@@ -142,11 +141,6 @@
|
|
142 |
"human": "Human: {content}\n\n",
|
143 |
"assistant": "Assistant: {content}\n\n",
|
144 |
"user": "Human: {content}\n\n"
|
145 |
-
},
|
146 |
-
"metadata_handling": {
|
147 |
-
"include_article_id": true,
|
148 |
-
"include_prompt_number": true,
|
149 |
-
"metadata_format": "Article ID: {article_id} | Prompt: {prompt_number}"
|
150 |
}
|
151 |
},
|
152 |
"data_loading": {
|
|
|
132 |
"dataset": {
|
133 |
"dataset": {
|
134 |
"name": "George-API/phi4-cognitive-dataset",
|
135 |
+
"split": "train"
|
|
|
136 |
},
|
137 |
"data_formatting": {
|
138 |
"chat_template": "phi",
|
|
|
141 |
"human": "Human: {content}\n\n",
|
142 |
"assistant": "Assistant: {content}\n\n",
|
143 |
"user": "Human: {content}\n\n"
|
|
|
|
|
|
|
|
|
|
|
144 |
}
|
145 |
},
|
146 |
"data_loading": {
|