CoolFace
Datasetpublic

vietgpt/opus100_envi

Opus100 Source: https://huggingface.co/datasets/opus100 Num examples: 1,000,000 (train) 2,000 (validation) 192,744 (test) Language: English from datasets import load_dataset load_dataset("tdtunlp/opus100_envi") Format for Translation task def preprocess( sample, instruction_key="### Instruction:", input_key="Input:", response_key="<|endofprompt|>", end_key="<|endoftext|>", en2vi=True, ): if en2vi: if random.random() < 0.5:… See the full description on the dataset page: https://huggingface.co/datasets/vietgpt/opus100_envi.

sourceHugging Faceupdated 3y agoView on Hugging Face
4likes180downloads
8 commits on main
45df06f3y ago

Update README.md

hieunguyen1053
0c783bc3y ago

Update README.md

hieunguyen1053
f5b21413y ago

Update README.md

hieunguyen1053
ce523914y ago

Upload README.md with huggingface_hub

hieunguyen1053
b2e3f674y ago

Upload data/validation-00000-of-00001-c795eeee4de3f526.parquet with huggingface_hub

hieunguyen1053
4a40d414y ago

Upload data/train-00000-of-00001-033d53872058f503.parquet with huggingface_hub

hieunguyen1053
b3f8fde4y ago

Upload data/test-00000-of-00001-8e63ce688fa269c3.parquet with huggingface_hub

hieunguyen1053
2ab7bfc4y ago

initial commit

hieunguyen1053