Alvant
commited on
Commit
·
04cc313
1
Parent(s):
1134215
fix task categories to comply with hf rules
Browse files
README.md
CHANGED
@@ -18,9 +18,6 @@ configs:
|
|
18 |
- split: train
|
19 |
path: "data/noow/postnauka.csv.gz"
|
20 |
task_categories:
|
21 |
-
- topic-modeling
|
22 |
-
- topic-modelling
|
23 |
-
- text-clustering
|
24 |
- text-classification
|
25 |
task_ids:
|
26 |
- topic-classification
|
@@ -29,6 +26,7 @@ task_ids:
|
|
29 |
tags:
|
30 |
- topic-modeling
|
31 |
- topic-modelling
|
|
|
32 |
- multimodal-data
|
33 |
- multimodal-learning
|
34 |
- modalities
|
|
|
18 |
- split: train
|
19 |
path: "data/noow/postnauka.csv.gz"
|
20 |
task_categories:
|
|
|
|
|
|
|
21 |
- text-classification
|
22 |
task_ids:
|
23 |
- topic-classification
|
|
|
26 |
tags:
|
27 |
- topic-modeling
|
28 |
- topic-modelling
|
29 |
+
- text-clustering
|
30 |
- multimodal-data
|
31 |
- multimodal-learning
|
32 |
- modalities
|