de-francophones commited on
Commit
435f7c5
·
verified ·
1 Parent(s): 7bb5b76

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -24
README.md CHANGED
@@ -1,25 +1,25 @@
1
- ---
2
- language:
3
- - fr
4
- - en
5
- multilinguality:
6
- - multilingual
7
- task_categories:
8
- - translation
9
- configs:
10
- - config_name: defaut
11
- data_files:
12
- - split: train
13
- path: "train.csv"
14
- sep: ";"
15
- ---
16
-
17
- > [!NOTE]
18
- > Dataset origin: https://www.kaggle.com/datasets/adewoleakorede/english-french-translation
19
-
20
-
21
- # Dataset
22
-
23
- I used this dataset for my project on translating from English to French using the transformer architecture.
24
-
25
  To load the CSV file with pandas, use the parameter encoding_errors='ignore' - I couldn't fix the issues with the encoding.
 
1
+ ---
2
+ language:
3
+ - fra
4
+ - eng
5
+ multilinguality:
6
+ - multilingual
7
+ task_categories:
8
+ - translation
9
+ configs:
10
+ - config_name: defaut
11
+ data_files:
12
+ - split: train
13
+ path: "train.csv"
14
+ sep: ";"
15
+ ---
16
+
17
+ > [!NOTE]
18
+ > Dataset origin: https://www.kaggle.com/datasets/adewoleakorede/english-french-translation
19
+
20
+
21
+ # Dataset
22
+
23
+ I used this dataset for my project on translating from English to French using the transformer architecture.
24
+
25
  To load the CSV file with pandas, use the parameter encoding_errors='ignore' - I couldn't fix the issues with the encoding.