fix encoding problem
#2
by
medmac01
- opened
- config.yaml +1 -1
config.yaml
CHANGED
@@ -3,7 +3,7 @@ alt_sep: ','
|
|
3 |
dataset_link: https://github.com/RashaMObeidat/ArQuAD
|
4 |
dataset_name: ArQuAD
|
5 |
datasets_path: datasets
|
6 |
-
encoding:
|
7 |
file_type: csv
|
8 |
header: true
|
9 |
hf_path: ''
|
|
|
3 |
dataset_link: https://github.com/RashaMObeidat/ArQuAD
|
4 |
dataset_name: ArQuAD
|
5 |
datasets_path: datasets
|
6 |
+
encoding: utf-8
|
7 |
file_type: csv
|
8 |
header: true
|
9 |
hf_path: ''
|