wikipedia_vi / README.md
hieunguyen1053's picture
Upload README.md with huggingface_hub
4ce8337
|
raw
history blame
622 Bytes
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: revid
      dtype: string
    - name: url
      dtype: string
    - name: title
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 1282963258
      num_examples: 1564724
  download_size: 576656357
  dataset_size: 1282963258
task_categories:
  - text-generation
language:
  - vi
size_categories:
  - 1M<n<10M
tags:
  - LM

Wikipedia

from datasets import load_dataset

load_dataset("tdtunlp/wikipedia_vi")