Upload config.yaml with huggingface_hub
Browse files- config.yaml +21 -0
config.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
alt_glob:
|
| 2 |
+
inputs: shami-corpus-master/Data/**.txt
|
| 3 |
+
alt_sep: ''
|
| 4 |
+
dataset_link: https://github.com/GU-CLASP/shami-corpus
|
| 5 |
+
dataset_name: Shami
|
| 6 |
+
datasets_path: datasets
|
| 7 |
+
encoding: utf-8
|
| 8 |
+
file_type: txt
|
| 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: text
|
| 17 |
+
pal: true
|
| 18 |
+
skiprows: 0
|
| 19 |
+
squad: false
|
| 20 |
+
usecols: text
|
| 21 |
+
xml_columns: ''
|