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