Upload config.yaml with huggingface_hub
Browse files- config.yaml +20 -0
config.yaml
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
alt_glob:
|
2 |
+
inputs: arabicST.txt
|
3 |
+
alt_sep: ''
|
4 |
+
dataset_link: ./kaggle/stopword-lists-for-19-languages
|
5 |
+
dataset_name: stoplist_19_arabic
|
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: true
|
16 |
+
new_columns: Word
|
17 |
+
pal: false
|
18 |
+
skiprows: 0
|
19 |
+
squad: false
|
20 |
+
xml_columns: ''
|