add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -3,6 +3,55 @@ language:
|
|
3 |
- en
|
4 |
paperswithcode_id: web-of-science-dataset
|
5 |
pretty_name: Web of Science Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "web_of_science"
|
@@ -214,4 +263,4 @@ organization={IEEE}
|
|
214 |
|
215 |
### Contributions
|
216 |
|
217 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.
|
|
|
3 |
- en
|
4 |
paperswithcode_id: web-of-science-dataset
|
5 |
pretty_name: Web of Science Dataset
|
6 |
+
dataset_info:
|
7 |
+
- config_name: WOS5736
|
8 |
+
features:
|
9 |
+
- name: input_data
|
10 |
+
dtype: string
|
11 |
+
- name: label
|
12 |
+
dtype: int32
|
13 |
+
- name: label_level_1
|
14 |
+
dtype: int32
|
15 |
+
- name: label_level_2
|
16 |
+
dtype: int32
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 8051533
|
20 |
+
num_examples: 5736
|
21 |
+
download_size: 60222421
|
22 |
+
dataset_size: 8051533
|
23 |
+
- config_name: WOS11967
|
24 |
+
features:
|
25 |
+
- name: input_data
|
26 |
+
dtype: string
|
27 |
+
- name: label
|
28 |
+
dtype: int32
|
29 |
+
- name: label_level_1
|
30 |
+
dtype: int32
|
31 |
+
- name: label_level_2
|
32 |
+
dtype: int32
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
num_bytes: 16248391
|
36 |
+
num_examples: 11967
|
37 |
+
download_size: 60222421
|
38 |
+
dataset_size: 16248391
|
39 |
+
- config_name: WOS46985
|
40 |
+
features:
|
41 |
+
- name: input_data
|
42 |
+
dtype: string
|
43 |
+
- name: label
|
44 |
+
dtype: int32
|
45 |
+
- name: label_level_1
|
46 |
+
dtype: int32
|
47 |
+
- name: label_level_2
|
48 |
+
dtype: int32
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
num_bytes: 65471726
|
52 |
+
num_examples: 46985
|
53 |
+
download_size: 60222421
|
54 |
+
dataset_size: 65471726
|
55 |
---
|
56 |
|
57 |
# Dataset Card for "web_of_science"
|
|
|
263 |
|
264 |
### Contributions
|
265 |
|
266 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.
|