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.
Update README.md
Update README.md
Update README.md
Upload README.md with huggingface_hub
Upload data/validation-00000-of-00001-c795eeee4de3f526.parquet with huggingface_hub
Upload data/train-00000-of-00001-033d53872058f503.parquet with huggingface_hub
Upload data/test-00000-of-00001-8e63ce688fa269c3.parquet with huggingface_hub
initial commit
