Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +37 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"softquery_multiturn_slot_local": {
|
| 3 |
+
"file_name": "train.json",
|
| 4 |
+
"formatting": "openai",
|
| 5 |
+
"columns": {
|
| 6 |
+
"messages": "messages",
|
| 7 |
+
"videos": "videos"
|
| 8 |
+
},
|
| 9 |
+
"tags": {
|
| 10 |
+
"role_tag": "role",
|
| 11 |
+
"content_tag": "content",
|
| 12 |
+
"user_tag": "user",
|
| 13 |
+
"assistant_tag": "assistant",
|
| 14 |
+
"system_tag": "system",
|
| 15 |
+
"observation_tag": "observation",
|
| 16 |
+
"function_tag": "function_call"
|
| 17 |
+
}
|
| 18 |
+
},
|
| 19 |
+
"softquery_multiturn_slot_hf": {
|
| 20 |
+
"hf_hub_url": "YOUR_NAME/softquery-multiturn",
|
| 21 |
+
"split": "train",
|
| 22 |
+
"formatting": "openai",
|
| 23 |
+
"columns": {
|
| 24 |
+
"messages": "messages",
|
| 25 |
+
"videos": "videos"
|
| 26 |
+
},
|
| 27 |
+
"tags": {
|
| 28 |
+
"role_tag": "role",
|
| 29 |
+
"content_tag": "content",
|
| 30 |
+
"user_tag": "user",
|
| 31 |
+
"assistant_tag": "assistant",
|
| 32 |
+
"system_tag": "system",
|
| 33 |
+
"observation_tag": "observation",
|
| 34 |
+
"function_tag": "function_call"
|
| 35 |
+
}
|
| 36 |
+
}
|
| 37 |
+
}
|