Commit
·
81b31ea
1
Parent(s):
ed2f1ed
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -37,6 +37,18 @@ dataset_info:
|
|
| 37 |
num_examples: 29
|
| 38 |
download_size: 13810
|
| 39 |
dataset_size: 18137
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
configs:
|
| 41 |
- config_name: Climate
|
| 42 |
data_files:
|
|
@@ -50,6 +62,10 @@ configs:
|
|
| 50 |
data_files:
|
| 51 |
- split: train
|
| 52 |
path: VT_Multi (Nested)/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
---
|
| 54 |
# Dataset Card for "Nexusflow/Function_Call_Definitions"
|
| 55 |
|
|
|
|
| 37 |
num_examples: 29
|
| 38 |
download_size: 13810
|
| 39 |
dataset_size: 18137
|
| 40 |
+
- config_name: VT_Multi (Parallel)
|
| 41 |
+
features:
|
| 42 |
+
- name: function_calls
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: descriptions
|
| 45 |
+
dtype: string
|
| 46 |
+
splits:
|
| 47 |
+
- name: train
|
| 48 |
+
num_bytes: 18137
|
| 49 |
+
num_examples: 29
|
| 50 |
+
download_size: 13810
|
| 51 |
+
dataset_size: 18137
|
| 52 |
configs:
|
| 53 |
- config_name: Climate
|
| 54 |
data_files:
|
|
|
|
| 62 |
data_files:
|
| 63 |
- split: train
|
| 64 |
path: VT_Multi (Nested)/train-*
|
| 65 |
+
- config_name: VT_Multi (Parallel)
|
| 66 |
+
data_files:
|
| 67 |
+
- split: train
|
| 68 |
+
path: VT_Multi (Parallel)/train-*
|
| 69 |
---
|
| 70 |
# Dataset Card for "Nexusflow/Function_Call_Definitions"
|
| 71 |
|