File size: 815 Bytes
89740ec a2bb3c4 11282fb a2bb3c4 89740ec |
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 38 39 40 41 42 43 44 45 46 |
---
dataset_info:
features:
- name: title
dtype: string
- name: paper_url
dtype: string
- name: authors
sequence: string
- name: type
dtype: string
- name: abstract
dtype: string
- name: keywords
dtype: string
- name: TL;DR
dtype: string
- name: submission_number
dtype: int64
- name: arxiv_id
dtype: string
- name: embedding
sequence: float64
- name: github_url
dtype: string
- name: github_stars
dtype: int64
- name: num_models
dtype: int64
- name: num_datasets
dtype: int64
- name: num_spaces
dtype: int64
splits:
- name: train
num_bytes: 18294785
num_examples: 3705
download_size: 13687780
dataset_size: 18294785
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|