thiomajid/java_renaming_patch
收藏Hugging Face2024-03-02 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/thiomajid/java_renaming_patch
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: commit_sha
dtype: string
- name: modifications
list:
- name: name
dtype: string
- name: new_args
dtype: string
- name: new_implementation
dtype: string
- name: new_return_type
dtype: string
- name: new_signature
dtype: string
- name: old_args
dtype: string
- name: old_implementation
dtype: string
- name: old_return_type
dtype: string
- name: old_signature
dtype: string
- name: files
list:
- name: additions
dtype: int64
- name: blob_url
dtype: string
- name: changes
dtype: int64
- name: contents_url
dtype: string
- name: deletions
dtype: int64
- name: filename
dtype: string
- name: new_code
dtype: string
- name: new_methods
list:
- name: arguments
sequence: string
- name: filename
dtype: string
- name: implementation
dtype: string
- name: signature
dtype: string
- name: old_code
dtype: string
- name: old_methods
list:
- name: arguments
sequence: string
- name: filename
dtype: string
- name: implementation
dtype: string
- name: signature
dtype: string
- name: patch
dtype: string
- name: raw_url
dtype: string
- name: sha
dtype: string
- name: status
dtype: string
- name: file_patch_count
dtype: int64
- name: enhanced_diffs
list:
- name: name
dtype: string
- name: new_args
dtype: string
- name: new_implementation
dtype: string
- name: new_return_type
dtype: string
- name: new_signature
dtype: string
- name: old_args
dtype: string
- name: old_implementation
dtype: string
- name: old_return_type
dtype: string
- name: old_signature
dtype: string
- name: enhanced_diffs_count
dtype: int64
- name: diff_count
dtype: int64
splits:
- name: base
num_bytes: 9935038
num_examples: 28
- name: semantic_removal
num_bytes: 1127827
num_examples: 8
- name: analyzed_form
num_bytes: 1223055
num_examples: 8
download_size: 2803982
dataset_size: 12285920
configs:
- config_name: default
data_files:
- split: base
path: data/base-*
- split: semantic_removal
path: data/semantic_removal-*
- split: analyzed_form
path: data/analyzed_form-*
---
# Dataset Card for "java_renaming_patch"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
thiomajid
原始信息汇总
数据集概述
数据集信息
- 特征列表:
commit_sha: 字符串类型modifications: 列表类型name: 字符串类型new_args: 字符串类型new_implementation: 字符串类型new_return_type: 字符串类型new_signature: 字符串类型old_args: 字符串类型old_implementation: 字符串类型old_return_type: 字符串类型old_signature: 字符串类型
files: 列表类型additions: 整数类型blob_url: 字符串类型changes: 整数类型contents_url: 字符串类型deletions: 整数类型filename: 字符串类型new_code: 字符串类型new_methods: 列表类型arguments: 字符串序列filename: 字符串类型implementation: 字符串类型signature: 字符串类型
old_code: 字符串类型old_methods: 列表类型arguments: 字符串序列filename: 字符串类型implementation: 字符串类型signature: 字符串类型
patch: 字符串类型raw_url: 字符串类型sha: 字符串类型status: 字符串类型
file_patch_count: 整数类型enhanced_diffs: 列表类型name: 字符串类型new_args: 字符串类型new_implementation: 字符串类型new_return_type: 字符串类型new_signature: 字符串类型old_args: 字符串类型old_implementation: 字符串类型old_return_type: 字符串类型old_signature: 字符串类型
enhanced_diffs_count: 整数类型diff_count: 整数类型
数据集分割
- base:
- 字节数: 9935038
- 样本数: 28
- semantic_removal:
- 字节数: 1127827
- 样本数: 8
- analyzed_form:
- 字节数: 1223055
- 样本数: 8
数据集大小
- 下载大小: 2803982 字节
- 数据集大小: 12285920 字节
配置信息
- 默认配置:
base: 路径为data/base-*semantic_removal: 路径为data/semantic_removal-*analyzed_form: 路径为data/analyzed_form-*



