Upload config.yaml with huggingface_hub
Browse files- config.yaml +19 -0
config.yaml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
alt_glob:
|
2 |
+
inputs: '**.tsv'
|
3 |
+
alt_sep: tab
|
4 |
+
dataset_link: ./kaggle/arabic-sentiment-twitter-corpus
|
5 |
+
dataset_name: Arabic_Sentiment_Twitter_Corpus
|
6 |
+
datasets_path: datasets
|
7 |
+
file_type: csv
|
8 |
+
header: false
|
9 |
+
hf_path: ''
|
10 |
+
json_key: null
|
11 |
+
label_column_name: sentiment
|
12 |
+
level: null
|
13 |
+
lines: true
|
14 |
+
local_dir: true
|
15 |
+
new_columns: sentiment,tweet
|
16 |
+
pal: false
|
17 |
+
skiprows: 0
|
18 |
+
squad: false
|
19 |
+
xml_columns: ''
|