Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
- split: valid
|
10 |
+
path: data/valid-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: recall
|
14 |
+
dtype: int64
|
15 |
+
- name: article_title
|
16 |
+
dtype: string
|
17 |
+
- name: topic
|
18 |
+
dtype: string
|
19 |
+
- name: abstract
|
20 |
+
dtype: string
|
21 |
+
- name: __index_level_0__
|
22 |
+
dtype: int64
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 229805430.4
|
26 |
+
num_examples: 133660
|
27 |
+
- name: test
|
28 |
+
num_bytes: 28726538.464186743
|
29 |
+
num_examples: 16708
|
30 |
+
- name: valid
|
31 |
+
num_bytes: 28724819.13581326
|
32 |
+
num_examples: 16707
|
33 |
+
download_size: 155642967
|
34 |
+
dataset_size: 287256788.0
|
35 |
+
---
|
36 |
+
# Dataset Card for "abstracts_cleaned"
|
37 |
+
|
38 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|