sourcegraph/fine-tune-unit-test-call-exp-context-dataset-java
收藏Hugging Face2024-03-29 更新2024-06-11 收录
下载链接:
https://hf-mirror.com/datasets/sourcegraph/fine-tune-unit-test-call-exp-context-dataset-java
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: repo_url
dtype: string
- name: language
dtype: string
- name: source_file_path
dtype: string
- name: test_file_path
dtype: string
- name: source_fn_block
dtype: string
- name: source_fn_name
dtype: string
- name: test_fn_block
dtype: string
- name: test_fn_name
dtype: string
- name: source_fn_call_exps
sequence: string
- name: test_fn_call_exps
sequence: string
- name: test_file_additional_context
struct:
- name: class_fields
dtype: string
- name: class_name
dtype: string
- name: source_file_additional_context
struct:
- name: class_fields
dtype: string
- name: class_name
dtype: string
- name: method_signatures
dtype: string
- name: prompt
list:
- name: content
dtype: string
- name: role
dtype: string
- name: response
list:
- name: content
dtype: string
- name: role
dtype: string
splits:
- name: train
num_bytes: 992106219
num_examples: 99977
- name: validation
num_bytes: 130304452
num_examples: 12807
- name: test
num_bytes: 140926073
num_examples: 13825
download_size: 234465582
dataset_size: 1263336744
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
提供机构:
sourcegraph
原始信息汇总
数据集概述
数据集特征
- repo_url: 字符串类型
- language: 字符串类型
- source_file_path: 字符串类型
- test_file_path: 字符串类型
- source_fn_block: 字符串类型
- source_fn_name: 字符串类型
- test_fn_block: 字符串类型
- test_fn_name: 字符串类型
- source_fn_call_exps: 字符串序列类型
- test_fn_call_exps: 字符串序列类型
- test_file_additional_context: 结构类型,包含:
- class_fields: 字符串类型
- class_name: 字符串类型
- source_file_additional_context: 结构类型,包含:
- class_fields: 字符串类型
- class_name: 字符串类型
- method_signatures: 字符串类型
- prompt: 列表类型,包含:
- content: 字符串类型
- role: 字符串类型
- response: 列表类型,包含:
- content: 字符串类型
- role: 字符串类型
数据集分割
- train:
- 字节数: 992106219
- 示例数: 99977
- validation:
- 字节数: 130304452
- 示例数: 12807
- test:
- 字节数: 140926073
- 示例数: 13825
数据集大小
- 下载大小: 234465582
- 数据集大小: 1263336744
配置文件
- config_name: default
- data_files:
- split: train, path: data/train-*
- split: validation, path: data/validation-*
- split: test, path: data/test-*



