Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
+
- en
|
5 |
+
multilinguality:
|
6 |
+
- multilingual
|
7 |
+
task_categories:
|
8 |
+
- translation
|
9 |
+
---
|
10 |
+
|
11 |
+
# Dataset
|
12 |
+
|
13 |
+
I used this dataset for my project on translating from English to French using the transformer architecture.
|
14 |
+
|
15 |
+
To load the CSV file with pandas, use the parameter encoding_errors='ignore' - I couldn't fix the issues with the encoding.
|