Alvant commited on
Commit
1f8f531
1 Parent(s): c7b14c2

add hf info

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
 
 
 
 
2
  license: other
3
  license_name: topicnet
4
  license_link: >-
@@ -13,6 +17,20 @@ configs:
13
  data_files:
14
  - split: train
15
  path: "data/wiki_ref220_natural_order.csv.gz"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
 
 
1
  ---
2
+ language:
3
+ - en
4
+ multilinguality:
5
+ - monolingual
6
  license: other
7
  license_name: topicnet
8
  license_link: >-
 
17
  data_files:
18
  - split: train
19
  path: "data/wiki_ref220_natural_order.csv.gz"
20
+ task_categories:
21
+ - text-classification
22
+ task_ids:
23
+ - topic-classification
24
+ - multi-class-classification
25
+ - multi-label-classification
26
+ tags:
27
+ - topic-modeling
28
+ - topic-modelling
29
+ - text-clustering
30
+ - multimodal-data
31
+ - multimodal-learning
32
+ - modalities
33
+ - document-representation
34
  ---
35
 
36