nuprl/ts-eval-with-usages
收藏资源简介:
--- dataset_info: features: - name: hexsha dtype: string - name: size dtype: int64 - name: ext dtype: string - name: lang dtype: string - name: max_stars_repo_path dtype: string - name: max_stars_repo_name dtype: string - name: max_stars_repo_head_hexsha dtype: string - name: max_stars_repo_licenses sequence: string - name: max_stars_count dtype: float64 - name: max_stars_repo_stars_event_min_datetime dtype: string - name: max_stars_repo_stars_event_max_datetime dtype: string - name: max_issues_repo_path dtype: string - name: max_issues_repo_name dtype: string - name: max_issues_repo_head_hexsha dtype: string - name: max_issues_repo_licenses sequence: string - name: max_issues_count dtype: float64 - name: max_issues_repo_issues_event_min_datetime dtype: string - name: max_issues_repo_issues_event_max_datetime dtype: string - name: max_forks_repo_path dtype: string - name: max_forks_repo_name dtype: string - name: max_forks_repo_head_hexsha dtype: string - name: max_forks_repo_licenses sequence: string - name: max_forks_count dtype: float64 - name: max_forks_repo_forks_event_min_datetime dtype: string - name: max_forks_repo_forks_event_max_datetime dtype: string - name: content dtype: string - name: avg_line_length dtype: float64 - name: max_line_length dtype: int64 - name: alphanum_fraction dtype: float64 - name: loc dtype: int64 - name: functions dtype: int64 - name: function_signatures dtype: int64 - name: function_parameters dtype: int64 - name: variable_declarations dtype: int64 - name: property_declarations dtype: int64 - name: function_usages dtype: int64 - name: trivial_types dtype: int64 - name: predefined_types dtype: int64 - name: type_definitions dtype: int64 - name: dynamism_heuristic dtype: int64 - name: loc_per_function dtype: float64 - name: estimated_tokens dtype: int64 - name: fun_ann_density dtype: float64 - name: var_ann_density dtype: float64 - name: prop_ann_density dtype: float64 - name: typedef_density dtype: float64 - name: dynamism_density dtype: float64 - name: trivial_density dtype: float64 - name: predefined_density dtype: float64 - name: metric dtype: float64 - name: content_without_annotations dtype: string splits: - name: test num_bytes: 6009683 num_examples: 744 download_size: 2426430 dataset_size: 6009683 --- # Dataset Card for "ts-eval-with-usages" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集信息: 特征字段: - 字段名:提交哈希值(hexsha),数据类型:字符串(string) - 字段名:文件大小(size),数据类型:64位整型(int64) - 字段名:文件扩展名(ext),数据类型:字符串(string) - 字段名:编程语言(lang),数据类型:字符串(string) - 字段名:最高星标仓库路径(max_stars_repo_path),数据类型:字符串(string) - 字段名:最高星标仓库名称(max_stars_repo_name),数据类型:字符串(string) - 字段名:最高星标仓库头部提交哈希值(max_stars_repo_head_hexsha),数据类型:字符串(string) - 字段名:最高星标仓库许可证列表(max_stars_repo_licenses),元素类型为字符串(string)的序列 - 字段名:最高星标仓库星标数(max_stars_count),数据类型:64位浮点型(float64) - 字段名:最高星标仓库星标事件最早时间戳(max_stars_repo_stars_event_min_datetime),数据类型:字符串(string) - 字段名:最高星标仓库星标事件最晚时间戳(max_stars_repo_stars_event_max_datetime),数据类型:字符串(string) - 字段名:最高议题数仓库路径(max_issues_repo_path),数据类型:字符串(string) - 字段名:最高议题数仓库名称(max_issues_repo_name),数据类型:字符串(string) - 字段名:最高议题数仓库头部提交哈希值(max_issues_repo_head_hexsha),数据类型:字符串(string) - 字段名:最高议题数仓库许可证列表(max_issues_repo_licenses),元素类型为字符串(string)的序列 - 字段名:最高议题数仓库议题数(max_issues_count),数据类型:64位浮点型(float64) - 字段名:最高议题数仓库议题事件最早时间戳(max_issues_repo_issues_event_min_datetime),数据类型:字符串(string) - 字段名:最高议题数仓库议题事件最晚时间戳(max_issues_repo_issues_event_max_datetime),数据类型:字符串(string) - 字段名:最高复刻数仓库路径(max_forks_repo_path),数据类型:字符串(string) - 字段名:最高复刻数仓库名称(max_forks_repo_name),数据类型:字符串(string) - 字段名:最高复刻数仓库头部提交哈希值(max_forks_repo_head_hexsha),数据类型:字符串(string) - 字段名:最高复刻数仓库许可证列表(max_forks_repo_licenses),元素类型为字符串(string)的序列 - 字段名:最高复刻数仓库复刻数(max_forks_count),数据类型:64位浮点型(float64) - 字段名:最高复刻数仓库复刻事件最早时间戳(max_forks_repo_forks_event_min_datetime),数据类型:字符串(string) - 字段名:最高复刻数仓库复刻事件最晚时间戳(max_forks_repo_forks_event_max_datetime),数据类型:字符串(string) - 字段名:文件内容(content),数据类型:字符串(string) - 字段名:平均行长度(avg_line_length),数据类型:64位浮点型(float64) - 字段名:最大行长度(max_line_length),数据类型:64位整型(int64) - 字段名:字母数字字符占比(alphanum_fraction),数据类型:64位浮点型(float64) - 字段名:代码行数(loc),数据类型:64位整型(int64) - 字段名:函数数量(functions),数据类型:64位整型(int64) - 字段名:函数签名数量(function_signatures),数据类型:64位整型(int64) - 字段名:函数参数数量(function_parameters),数据类型:64位整型(int64) - 字段名:变量声明数量(variable_declarations),数据类型:64位整型(int64) - 字段名:属性声明数量(property_declarations),数据类型:64位整型(int64) - 字段名:函数调用次数(function_usages),数据类型:64位整型(int64) - 字段名:基础类型数量(trivial_types),数据类型:64位整型(int64) - 字段名:预定义类型数量(predefined_types),数据类型:64位整型(int64) - 字段名:自定义类型定义数量(type_definitions),数据类型:64位整型(int64) - 字段名:动态性启发式评分(dynamism_heuristic),数据类型:64位整型(int64) - 字段名:单函数平均代码行数(loc_per_function),数据类型:64位浮点型(float64) - 字段名:预估Token(Token)数(estimated_tokens),数据类型:64位整型(int64) - 字段名:函数注释密度(fun_ann_density),数据类型:64位浮点型(float64) - 字段名:变量注释密度(var_ann_density),数据类型:64位浮点型(float64) - 字段名:属性注释密度(prop_ann_density),数据类型:64位浮点型(float64) - 字段名:类型定义密度(typedef_density),数据类型:64位浮点型(float64) - 字段名:动态性密度(dynamism_density),数据类型:64位浮点型(float64) - 字段名:基础类型密度(trivial_density),数据类型:64位浮点型(float64) - 字段名:预定义类型密度(predefined_density),数据类型:64位浮点型(float64) - 字段名:综合指标(metric),数据类型:64位浮点型(float64) - 字段名:无注释文件内容(content_without_annotations),数据类型:字符串(string) 划分集: - 名称:测试集(test) 字节数:6009683 样本数:744 下载大小:2426430 数据集总大小:6009683 # 「ts-eval-with-usages」数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集特征
基本信息
- hexsha: 字符串类型
- size: 64位整数类型
- ext: 字符串类型
- lang: 字符串类型
最高星标仓库信息
- max_stars_repo_path: 字符串类型
- max_stars_repo_name: 字符串类型
- max_stars_repo_head_hexsha: 字符串类型
- max_stars_repo_licenses: 字符串序列类型
- max_stars_count: 64位浮点数类型
- max_stars_repo_stars_event_min_datetime: 字符串类型
- max_stars_repo_stars_event_max_datetime: 字符串类型
最高问题仓库信息
- max_issues_repo_path: 字符串类型
- max_issues_repo_name: 字符串类型
- max_issues_repo_head_hexsha: 字符串类型
- max_issues_repo_licenses: 字符串序列类型
- max_issues_count: 64位浮点数类型
- max_issues_repo_issues_event_min_datetime: 字符串类型
- max_issues_repo_issues_event_max_datetime: 字符串类型
最高分叉仓库信息
- max_forks_repo_path: 字符串类型
- max_forks_repo_name: 字符串类型
- max_forks_repo_head_hexsha: 字符串类型
- max_forks_repo_licenses: 字符串序列类型
- max_forks_count: 64位浮点数类型
- max_forks_repo_forks_event_min_datetime: 字符串类型
- max_forks_repo_forks_event_max_datetime: 字符串类型
内容分析
- content: 字符串类型
- avg_line_length: 64位浮点数类型
- max_line_length: 64位整数类型
- alphanum_fraction: 64位浮点数类型
- loc: 64位整数类型
- functions: 64位整数类型
- function_signatures: 64位整数类型
- function_parameters: 64位整数类型
- variable_declarations: 64位整数类型
- property_declarations: 64位整数类型
- function_usages: 64位整数类型
- trivial_types: 64位整数类型
- predefined_types: 64位整数类型
- type_definitions: 64位整数类型
- dynamism_heuristic: 64位整数类型
- loc_per_function: 64位浮点数类型
- estimated_tokens: 64位整数类型
- fun_ann_density: 64位浮点数类型
- var_ann_density: 64位浮点数类型
- prop_ann_density: 64位浮点数类型
- typedef_density: 64位浮点数类型
- dynamism_density: 64位浮点数类型
- trivial_density: 64位浮点数类型
- predefined_density: 64位浮点数类型
- metric: 64位浮点数类型
- content_without_annotations: 字符串类型
数据集分割
- test:
- num_bytes: 6009683
- num_examples: 744
数据集大小
- download_size: 2426430
- dataset_size: 6009683




