File size: 1,730 Bytes
803489c 0b216d8 803489c 0b216d8 803489c 0b216d8 803489c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 |
---
dataset_info:
- config_name: default
features:
- name: text
dtype: string
- name: id
dtype: string
- name: dump
dtype: string
- name: url
dtype: string
- name: date
dtype: string
- name: file_path
dtype: string
- name: language
dtype: string
- name: language_score
dtype: float64
- name: language_script
dtype: string
- name: minhash_cluster_size
dtype: int64
- name: top_langs
dtype: string
- name: score
dtype: float64
- name: token_count
dtype: int64
splits:
- name: train
num_bytes: 619265264278
num_examples: 120457229
- name: test
num_bytes: 40181573
num_examples: 7720
download_size: 326618761483
dataset_size: 619305445851
- config_name: small_tokens
features:
- name: text
dtype: string
- name: id
dtype: string
- name: dump
dtype: string
- name: url
dtype: string
- name: date
dtype: string
- name: file_path
dtype: string
- name: language
dtype: string
- name: language_score
dtype: float64
- name: language_script
dtype: string
- name: minhash_cluster_size
dtype: int64
- name: top_langs
dtype: string
- name: score
dtype: float64
- name: token_count
dtype: int64
splits:
- name: train
num_bytes: 144004611027
num_examples: 64149872
- name: test
num_bytes: 9085221
num_examples: 4041
download_size: 77794780909
dataset_size: 144013696248
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- config_name: small_tokens
data_files:
- split: train
path: small_tokens/train-*
- split: test
path: small_tokens/test-*
---
|