Upload config.yaml with huggingface_hub
Browse files- config.yaml +22 -0
config.yaml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
alt_glob:
|
| 2 |
+
inputs: AraBench_dataset/**.dev.**.**.**.ar
|
| 3 |
+
targets1: AraBench_dataset/**.dev.**.**.**.en
|
| 4 |
+
alt_sep: ''
|
| 5 |
+
dataset_link: https://alt.qcri.org/resources/mt/arabench/releases/current/AraBench_dataset.tgz
|
| 6 |
+
dataset_name: AraBench_dev
|
| 7 |
+
datasets_path: datasets
|
| 8 |
+
encoding: utf-8
|
| 9 |
+
file_type: txt
|
| 10 |
+
header: true
|
| 11 |
+
hf_path: ''
|
| 12 |
+
json_key: null
|
| 13 |
+
label_column_name: ''
|
| 14 |
+
level: -1
|
| 15 |
+
lines: true
|
| 16 |
+
local_dir: false
|
| 17 |
+
new_columns: arabic,english
|
| 18 |
+
pal: true
|
| 19 |
+
skiprows: 0
|
| 20 |
+
squad: false
|
| 21 |
+
usecols: arabic,english
|
| 22 |
+
xml_columns: ''
|