Datasets:

Modalities:
Text
Formats:
csv
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Pendrokar commited on
Commit
1bf2416
1 Parent(s): fa4129a
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,8 +1,16 @@
1
  ---
2
  configs:
3
- - config_name: default
4
- data_files: '*.tsv'
5
- sep: ' '
 
 
 
 
 
 
 
 
6
  ---
7
  _above models sorted by the amount of capabilities_; [#legend](#legend)
8
 
 
1
  ---
2
  configs:
3
+ - config_name: tsv
4
+ data_files:
5
+ - split: train
6
+ path: open_tts_tracker.tsv
7
+ sep: "\t"
8
+ - config_name: csv
9
+ data_files:
10
+ - split: data
11
+ path: data.csv
12
+ sep: ','
13
+ license: mit
14
  ---
15
  _above models sorted by the amount of capabilities_; [#legend](#legend)
16