AbstractPhil commited on
Commit
f2276ab
·
verified ·
1 Parent(s): 567f695

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -2,11 +2,16 @@
2
  configs:
3
  - config_name: train
4
  data_files: captions/*.csv
5
- sep: ".,|,."
6
  size_categories:
7
  - 100M<n<1B
 
 
 
 
 
 
8
  ---
9
-
10
  csv delimiter is = ".,|,."
11
  apparently python doesn't like multichar delimiters using the native csv so there's some issues with environments when loading.
12
 
 
2
  configs:
3
  - config_name: train
4
  data_files: captions/*.csv
5
+ sep: .,|,.
6
  size_categories:
7
  - 100M<n<1B
8
+ license: mit
9
+ task_categories:
10
+ - text-generation
11
+ - text2text-generation
12
+ language:
13
+ - en
14
  ---
 
15
  csv delimiter is = ".,|,."
16
  apparently python doesn't like multichar delimiters using the native csv so there's some issues with environments when loading.
17