Upload config.yaml with huggingface_hub
Browse files- config.yaml +23 -0
config.yaml
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
alt_glob:
|
2 |
+
inputs: OsmanReadability-master/Osman_UN_Corpus/parallel_documents/AR_docs/**.txt
|
3 |
+
targets1: OsmanReadability-master/Osman_UN_Corpus/parallel_documents/EN_docs/**.txt
|
4 |
+
targets2: OsmanReadability-master/Osman_UN_Corpus/parallel_documents/ART_docs/**.txt
|
5 |
+
alt_sep: ''
|
6 |
+
dataset_link: https://github.com/drelhaj/OsmanReadability
|
7 |
+
dataset_name: osman_readability
|
8 |
+
datasets_path: datasets
|
9 |
+
encoding: utf-8
|
10 |
+
file_type: txt
|
11 |
+
header: true
|
12 |
+
hf_path: ''
|
13 |
+
json_key: null
|
14 |
+
label_column_name: ''
|
15 |
+
level: null
|
16 |
+
lines: false
|
17 |
+
local_dir: false
|
18 |
+
new_columns: Arabic,English,Diacritized
|
19 |
+
pal: false
|
20 |
+
skiprows: 0
|
21 |
+
squad: false
|
22 |
+
usecols: Arabic,English,Diacritized
|
23 |
+
xml_columns: ''
|