Upload config.yaml with huggingface_hub
Browse files- config.yaml +27 -0
config.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
alt_glob:
|
| 2 |
+
inputs: ufal-nla-v1.arb
|
| 3 |
+
targets1: ufal-nla-v1.eng
|
| 4 |
+
targets2: ufal-nla-v1.apc
|
| 5 |
+
targets3: ufal-nla-v1.fra
|
| 6 |
+
targets4: ufal-nla-v1.spa
|
| 7 |
+
targets5: ufal-nla-v1.ell
|
| 8 |
+
targets6: ufal-nla-v1.deu
|
| 9 |
+
alt_sep: ''
|
| 10 |
+
dataset_link: ufal
|
| 11 |
+
dataset_name: UFAL
|
| 12 |
+
datasets_path: datasets
|
| 13 |
+
encoding: utf-8
|
| 14 |
+
file_type: txt
|
| 15 |
+
header: true
|
| 16 |
+
hf_path: ''
|
| 17 |
+
json_key: null
|
| 18 |
+
label_column_name: ''
|
| 19 |
+
level: null
|
| 20 |
+
lines: true
|
| 21 |
+
local_dir: true
|
| 22 |
+
new_columns: arb,eng,apc,fra,spa,ell,deu
|
| 23 |
+
pal: false
|
| 24 |
+
skiprows: 0
|
| 25 |
+
squad: false
|
| 26 |
+
usecols: arb,eng,apc,fra,spa,ell,deu
|
| 27 |
+
xml_columns: ''
|