Dataset Viewer
The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code:   ClientConnectionError

MTET Vietnamese–English Bidirectional Dataset (Cleaned)

This is the cleaned, bidirectional version of the MTET (Machine Translation Evaluation for Translation) Vietnamese–English parallel corpus used to train the vi-en-transformer-25m model.

Files

File Description
mtet_bidirectional_cleaned.csv Main training data (bidirectional, cleaned)

Usage

import pandas as pd
df = pd.read_csv("mtet_bidirectional_cleaned.csv")
print(df.head())
# source                           target
# xin chào                         hello
# hello                             xin chào

License

The dataset follows the original MTET distribution license (MIT).

Downloads last month
14