Update README.md
Browse files
README.md
CHANGED
|
@@ -13,8 +13,17 @@ dataset_info:
|
|
| 13 |
num_bytes: 14535413.803660113
|
| 14 |
num_examples: 11760
|
| 15 |
download_size: 81252051
|
| 16 |
-
dataset_size: 145344250
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
# Dataset Card for "ml-arxiv-papers"
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
| 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 |
---
|
| 21 |
# Dataset Card for "ml-arxiv-papers"
|
| 22 |
|
| 23 |
+
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).
|
| 24 |
+
Three steps are made to process the source data:
|
| 25 |
+
1. useless columns removal;
|
| 26 |
+
2. train-test split;
|
| 27 |
+
3. '\n' removal and trimming spaces on sides of the text.
|
| 28 |
+
|
| 29 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|