complete running code to translate large dataset.

Job ID: 38126076

Budget: $10 – $30 USD

I have a Python notebook containing well-structured code that effectively translates a sample of a large dataset from English to Arabic. However, the current code cannot handle the entire dataset due to its size.
using :
model_name = 'Helsinki-NLP/opus-mt-en-ar'

Tasks:
- Modify the existing Python code in the provided notebook to translate the entire dataset from English to Arabic.
- Ensure the translated data is saved in two formats: Comma-Separated Values (CSV), and Apache Parquet (.parquet)
- Provide the CSV and parquet files after saving (most run and give results)