manim-code-maths
收藏资源简介:
该数据集包含编程相关的结构化数据,主要用于代码生成或编程辅助任务。数据集包含6400个训练样本,总大小约60.35MB。每个样本包含四个字段:1) prompt(字符串类型,可能是代码生成提示),2) category(字符串类型,可能表示代码类别),3) final_code(字符串类型,表示最终生成的代码),4) attempts(整型,可能表示生成尝试次数)。数据集仅提供训练集,文件路径模式为data/train-*。
This dataset contains structured programming-related data, primarily intended for code generation or programming assistance tasks. It consists of 6400 training samples with a total size of approximately 60.35 MB. Each sample includes four fields: 1) `prompt` (string type, potentially serving as a code generation prompt), 2) `category` (string type, potentially indicating the code category), 3) `final_code` (string type representing the final generated code), 4) `attempts` (integer type, potentially denoting the number of generation attempts). Only the training split is provided for this dataset, with the file path pattern being `data/train-*`.
数据集概述
基本信息
- 数据集名称: manim-code-maths
- 托管平台: Hugging Face Datasets
- 数据集地址: https://huggingface.co/datasets/BechusRantus/manim-code-maths
数据集结构与内容
数据字段
- prompt: 字符串类型,表示提示文本。
- category: 字符串类型,表示类别。
- final_code: 字符串类型,表示最终代码。
- attempts: 整数类型(int64),表示尝试次数。
数据划分
- 训练集:
- 划分名称: train
- 样本数量: 6400
- 数据集大小: 60350868 字节
- 下载大小: 23033273 字节
配置信息
- 默认配置:
- 配置名称: default
- 数据文件:
- 划分: train
- 路径: data/train-*




