File size: 713 Bytes
51fa915 9f4ad37 51fa915 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
license: cc-by-sa-4.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: paper_url
dtype: string
- name: paper_title
dtype: string
- name: paper_arxiv_id
dtype: string
- name: paper_url_abs
dtype: string
- name: paper_url_pdf
dtype: string
- name: repo_url
dtype: string
- name: is_official
dtype: bool
- name: mentioned_in_paper
dtype: bool
- name: mentioned_in_github
dtype: bool
- name: framework
dtype: string
splits:
- name: train
num_bytes: 92630900
num_examples: 300161
download_size: 41364239
dataset_size: 92630900
---
|