fireworks-ai/nexus_parallel_functions
收藏Hugging Face2024-06-11 更新2024-06-25 收录
下载链接:
https://hf-mirror.com/datasets/fireworks-ai/nexus_parallel_functions
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: function
dtype: string
splits:
- name: train
num_bytes: 23635
num_examples: 29
download_size: 10889
dataset_size: 23635
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Nexus Function Definitions
This dataset reformats function specs from the [Nexusflow/Function_Call_Definitions](https://huggingface.co/datasets/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
```py
from datasets import load_dataset
dataset = load_dataset("fireworks-ai/nexus_parallel_functions")
```
提供机构:
fireworks-ai
原始信息汇总
数据集概述
数据集信息
- 特征:
function: 字符串类型,表示以JSON Schema语法序列化为4空格缩进的函数规范。
- 拆分:
train: 训练集,包含29个样本,占用23635字节。
- 下载大小: 10889字节
- 数据集大小: 23635字节
配置
- 默认配置:
- 数据文件:
train: 路径为data/train-*
- 数据文件:



