Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Portuguese
ArXiv:
Libraries:
Datasets
Dask
CrawlPT_dedup / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
0dcb9ad verified
|
raw
history blame
3.77 kB
metadata
language:
  - pt
dataset_info:
  - config_name: OSCAR-2301
    features:
      - name: id
        dtype: int64
      - name: text
        dtype: string
      - name: meta
        struct:
          - name: categories
            sequence: string
          - name: dedup
            struct:
              - name: exact_norm
                struct:
                  - name: cluster_main_idx
                    dtype: int64
                  - name: cluster_size
                    dtype: int64
                  - name: exact_hash_idx
                    dtype: int64
                  - name: is_duplicate
                    dtype: bool
              - name: minhash
                struct:
                  - name: cluster_main_idx
                    dtype: int64
                  - name: cluster_size
                    dtype: int64
                  - name: is_duplicate
                    dtype: bool
                  - name: minhash_idx
                    dtype: int64
          - name: harmful_pp
            dtype: float64
          - name: identification
            struct:
              - name: label
                dtype: string
              - name: prob
                dtype: float64
          - name: quality_warnings
            sequence: string
          - name: sentence_identifications
            list:
              - name: label
                dtype: string
              - name: prob
                dtype: float64
          - name: tlsh
            dtype: string
          - name: warc_headers
            struct:
              - name: content-length
                dtype: int64
              - name: content-type
                dtype: string
              - name: warc-block-digest
                dtype: string
              - name: warc-date
                dtype: string
              - name: warc-identified-content-language
                dtype: string
              - name: warc-record-id
                dtype: string
              - name: warc-refers-to
                dtype: string
              - name: warc-target-uri
                dtype: string
              - name: warc-type
                dtype: string
    splits:
      - name: train
        num_bytes: 77259995670.30853
        num_examples: 10888966
    download_size: 42589347661
    dataset_size: 77259995670.30853
  - config_name: brwac
    features:
      - name: id
        dtype: int64
      - name: text
        dtype: string
      - name: meta
        struct:
          - name: dedup
            struct:
              - name: exact_norm
                struct:
                  - name: cluster_main_idx
                    dtype: int64
                  - name: cluster_size
                    dtype: int64
                  - name: exact_hash_idx
                    dtype: int64
                  - name: is_duplicate
                    dtype: bool
              - name: minhash
                struct:
                  - name: cluster_main_idx
                    dtype: int64
                  - name: cluster_size
                    dtype: int64
                  - name: is_duplicate
                    dtype: bool
                  - name: minhash_idx
                    dtype: int64
          - name: doc_id
            dtype: string
          - name: title
            dtype: string
          - name: uri
            dtype: string
    splits:
      - name: train
        num_bytes: 18218935459.169613
        num_examples: 3513588
    download_size: 11210909325
    dataset_size: 18218935459.169613
  - config_name: cc100
    features:
      - name: id
        dtype: int64
      - name: text
        dtype: string
      - name: meta
        struct:
          - name: dedup
            struct:
              - name: exact_norm
                struct:
                  - name: cluster_main_idx
                    dtype: int64
                  - name: cluster_size
                    dtype: int64
                  - name: exact_hash_idx
                    dtype: int64
                  - name: is_duplicate
                    dtype: bool
              - name: minhash
                struct:
                  - name: cluster_main_idx
                    dtype: int64
                  - name: cluster_size
                    dtype: int64
                  - name: is_duplicate
                    dtype: bool
                  - name: minhash_idx
                    dtype: int64
    splits:
      - name: train
        num_bytes: 53707749127.11777
        num_examples: 38059979
    download_size: 34844109320
    dataset_size: 53707749127.11777
configs:
  - config_name: OSCAR-2301
    data_files:
      - split: train
        path: OSCAR-2301/train-*
  - config_name: brwac
    data_files:
      - split: train
        path: brwac/train-*
  - config_name: cc100
    data_files:
      - split: train
        path: cc100/train-*