Upload config.yaml with huggingface_hub
Browse files- config.yaml +20 -0
config.yaml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
alt_glob:
|
| 2 |
+
inputs: DART/cf-data/**.txt
|
| 3 |
+
alt_sep: tab
|
| 4 |
+
dataset_link: https://www.dropbox.com/s/jslg6fzxeu47flu/DART.zip?dl=1
|
| 5 |
+
dataset_name: DART
|
| 6 |
+
datasets_path: datasets
|
| 7 |
+
encoding: utf-8
|
| 8 |
+
file_type: csv
|
| 9 |
+
header: true
|
| 10 |
+
hf_path: ''
|
| 11 |
+
json_key: null
|
| 12 |
+
label_column_name: ''
|
| 13 |
+
level: -1
|
| 14 |
+
lines: true
|
| 15 |
+
local_dir: false
|
| 16 |
+
new_columns: ''
|
| 17 |
+
pal: false
|
| 18 |
+
skiprows: 0
|
| 19 |
+
squad: false
|
| 20 |
+
xml_columns: ''
|