pt-sk commited on
Commit
c0e5286
1 Parent(s): d9b0572

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: abstract
7
+ dtype: string
8
+ splits:
9
+ - name: train
10
+ num_bytes: 130808836.19633989
11
+ num_examples: 105832
12
+ - name: test
13
+ num_bytes: 14535413.803660113
14
+ num_examples: 11760
15
+ download_size: 81252051
16
+ dataset_size: 145344250
17
+ language:
18
+ - en
19
+ pretty_name: ML ArXiv Papers
20
+ task_categories:
21
+ - summarization
22
+ - text2text-generation
23
+ tags:
24
+ - arxiv
25
+ - ML
26
+ ---
27
+ # Dataset Card for "ml-arxiv-papers"
28
+
29
+ This is a dataset containing ML ArXiv papers. The dataset is a version of the original one from [CShorten](https://huggingface.co/datasets/CShorten/ML-ArXiv-Papers), which is a part of the ArXiv papers dataset from [Kaggle](https://www.kaggle.com/datasets/Cornell-University/arxiv).
30
+ Three steps are made to process the source data:
31
+ 1. useless columns removal;
32
+ 2. train-test split;
33
+ 3. '\n' removal and trimming spaces on sides of the text.
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)