AbstractPhil commited on
Commit
f08c5fd
·
verified ·
1 Parent(s): 55fa8a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  csv delimiter is = ".,|,."
2
  apparently python doesn't like multichar delimiters using the native csv so there's some issues with environments when loading.
3
 
 
1
+ - config_name: comma
2
+ data_files: "captions/*.csv"
3
+ sep: ".,|,."
4
+
5
  csv delimiter is = ".,|,."
6
  apparently python doesn't like multichar delimiters using the native csv so there's some issues with environments when loading.
7