luatvietnam / README.md
hieunguyen1053's picture
Upload dataset
e7794fd verified
|
raw
history blame
1.82 kB
metadata
dataset_info:
  - config_name: articles
    features:
      - name: DocId
        dtype: int64
      - name: article
        dtype: string
      - name: ArticleId
        dtype: string
    splits:
      - name: train
        num_bytes: 269785644.220871
        num_examples: 145366
    download_size: 84459775
    dataset_size: 269785644.220871
  - config_name: documents
    features:
      - name: DocId
        dtype: int64
      - name: DocName
        dtype: string
      - name: DocContent
        dtype: string
      - name: DocIndexList
        list:
          - name: Bookmark
            dtype: string
          - name: LevelId
            dtype: int64
          - name: Title
            dtype: string
    splits:
      - name: train
        num_bytes: 1798554318.9741223
        num_examples: 20833
    download_size: 489999941
    dataset_size: 1798554318.9741223
  - config_name: mix_articles
    features:
      - name: DocId
        dtype: int64
      - name: article
        dtype: string
      - name: ArticleId
        dtype: string
    splits:
      - name: train
        num_bytes: 84896112
        num_examples: 40810
    download_size: 25122623
    dataset_size: 84896112
  - config_name: mix_documents
    features:
      - name: DocId
        dtype: int64
      - name: DocName
        dtype: string
      - name: DocContent
        dtype: string
      - name: DocIndexList
        list:
          - name: Bookmark
            dtype: string
          - name: LevelId
            dtype: int64
          - name: Title
            dtype: string
    splits:
      - name: train
        num_bytes: 42778324.0988364
        num_examples: 1967
    download_size: 207042746
    dataset_size: 42778324.0988364
configs:
  - config_name: articles
    data_files:
      - split: train
        path: articles/train-*
  - config_name: documents
    data_files:
      - split: train
        path: documents/train-*
  - config_name: mix_articles
    data_files:
      - split: train
        path: mix_articles/train-*
  - config_name: mix_documents
    data_files:
      - split: train
        path: mix_documents/train-*