Update README.md
Browse files
README.md
CHANGED
|
@@ -15,3 +15,8 @@ configs:
|
|
| 15 |
- split: train
|
| 16 |
path: data/train-*
|
| 17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- split: train
|
| 16 |
path: data/train-*
|
| 17 |
---
|
| 18 |
+
|
| 19 |
+
# Nexus Function Definitions
|
| 20 |
+
|
| 21 |
+
This dataset reformats function specs from the [Nexusflow/Function_Call_Definitions](https://huggingface.co/datasets/Nexusflow/Function_Call_Definitions) VT_Multi subset.
|
| 22 |
+
The function defitions are formatted as JSON Schema objects making them suitable for use with OpenAI compatible APIs.
|