Alvant commited on
Commit
b6164c3
·
1 Parent(s): df30cd2

add configs in readme

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -3,4 +3,14 @@ license: other
3
  license_name: topicnet
4
  license_link: >-
5
  https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
 
 
 
 
 
 
 
 
 
 
6
  ---
 
3
  license_name: topicnet
4
  license_link: >-
5
  https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
6
+ configs:
7
+ - config_name: "bag-of-words"
8
+ default: true
9
+ data_files:
10
+ - split: train
11
+ path: "data/wiki_ref220_bow.csv.gz"
12
+ - config_name: "natural-order-of-words"
13
+ data_files:
14
+ - split: train
15
+ path: "data/wiki_ref220_natural_order.csv.gz"
16
  ---