Update README.md with latest statistics
Browse files
README.md
CHANGED
@@ -1,52 +1,25 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
multilinguality:
|
4 |
-
- multilingual
|
5 |
source_datasets:
|
6 |
-
- original
|
7 |
task_categories:
|
8 |
-
- text-classification
|
9 |
-
- token-classification
|
10 |
-
- question-answering
|
11 |
-
- summarization
|
12 |
-
- text-generation
|
13 |
task_ids:
|
14 |
-
- sentiment-analysis
|
15 |
-
- topic-classification
|
16 |
-
- named-entity-recognition
|
17 |
-
- language-modeling
|
18 |
-
- text-scoring
|
19 |
-
- multi-class-classification
|
20 |
-
- multi-label-classification
|
21 |
-
- extractive-qa
|
22 |
-
- news-articles-summarization
|
23 |
-
dataset_info:
|
24 |
-
features:
|
25 |
-
- name: uri
|
26 |
-
dtype: string
|
27 |
-
- name: datetime
|
28 |
-
dtype: string
|
29 |
-
- name: source
|
30 |
-
dtype: string
|
31 |
-
- name: label
|
32 |
-
dtype: string
|
33 |
-
- name: content
|
34 |
-
dtype: string
|
35 |
-
- name: content_size_bytes
|
36 |
-
dtype: int64
|
37 |
-
- name: __index_level_0__
|
38 |
-
dtype: int64
|
39 |
-
splits:
|
40 |
-
- name: train
|
41 |
-
num_bytes: 1494483
|
42 |
-
num_examples: 4971
|
43 |
-
download_size: 754135
|
44 |
-
dataset_size: 1494483
|
45 |
-
configs:
|
46 |
-
- config_name: default
|
47 |
-
data_files:
|
48 |
-
- split: train
|
49 |
-
path: data/train-*
|
50 |
---
|
51 |
|
52 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
multilinguality:
|
4 |
+
- multilingual
|
5 |
source_datasets:
|
6 |
+
- original
|
7 |
task_categories:
|
8 |
+
- text-classification
|
9 |
+
- token-classification
|
10 |
+
- question-answering
|
11 |
+
- summarization
|
12 |
+
- text-generation
|
13 |
task_ids:
|
14 |
+
- sentiment-analysis
|
15 |
+
- topic-classification
|
16 |
+
- named-entity-recognition
|
17 |
+
- language-modeling
|
18 |
+
- text-scoring
|
19 |
+
- multi-class-classification
|
20 |
+
- multi-label-classification
|
21 |
+
- extractive-qa
|
22 |
+
- news-articles-summarization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
|