Upload config.yaml with huggingface_hub
Browse files- config.yaml +19 -0
config.yaml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
alt_glob: {}
|
2 |
+
alt_sep: ''
|
3 |
+
dataset_link: file.xml
|
4 |
+
dataset_name: CORMAP
|
5 |
+
datasets_path: datasets
|
6 |
+
file_type: xml
|
7 |
+
header: null
|
8 |
+
hf_path: ''
|
9 |
+
json_key: null
|
10 |
+
label_column_name: lang
|
11 |
+
level: null
|
12 |
+
lines: true
|
13 |
+
local_dir: true
|
14 |
+
new_columns: ''
|
15 |
+
pal: false
|
16 |
+
skiprows: 0
|
17 |
+
squad: false
|
18 |
+
usecols: text,lang
|
19 |
+
xml_columns: text,lang
|