fireworks-ai/nexus_parallel_functions
Nexus Function Definitions This dataset reformats function specs from the Nexusflow/Function_Call_Definitions VT_Multi subset. The function defitions are formatted as JSON Schema objects making them suitable for use with OpenAI compatible APIs. Dataset Fields function:str - function spec in JSON Schema syntax serialized as a string with 4-space indent. Usage from datasets import load_dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/fireworks-ai/nexus_parallel_functions.
Nexus Function Definitions
This dataset reformats function specs from the Nexusflow/Function_Call_Definitions VT_Multi subset. The function defitions are formatted as JSON Schema objects making them suitable for use with OpenAI compatible APIs.
Dataset Fields
function:str- function spec in JSON Schema syntax serialized as a string with 4-space indent.
Usage
from datasets import load_dataset
dataset = load_dataset("fireworks-ai/nexus_parallel_functions")