Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -12,6 +12,26 @@ dataset_info:
|
|
| 12 |
num_examples: 91658096
|
| 13 |
download_size: 1365127988
|
| 14 |
dataset_size: 2040588603
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- config_name: shakespeare_words
|
| 16 |
features:
|
| 17 |
- name: word
|
|
@@ -31,6 +51,10 @@ configs:
|
|
| 31 |
data_files:
|
| 32 |
- split: train
|
| 33 |
path: laion2B-en-words-count/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
- config_name: shakespeare_words
|
| 35 |
data_files:
|
| 36 |
- split: train
|
|
|
|
| 12 |
num_examples: 91658096
|
| 13 |
download_size: 1365127988
|
| 14 |
dataset_size: 2040588603
|
| 15 |
+
- config_name: shakespeare_laion2B-en_words
|
| 16 |
+
features:
|
| 17 |
+
- name: word
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: tag
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: is_physical_entity
|
| 22 |
+
dtype: bool
|
| 23 |
+
- name: count_corpus_tag
|
| 24 |
+
dtype: int64
|
| 25 |
+
- name: count_corpus
|
| 26 |
+
dtype: int64
|
| 27 |
+
- name: count_laion2B-en
|
| 28 |
+
dtype: int64
|
| 29 |
+
splits:
|
| 30 |
+
- name: train
|
| 31 |
+
num_bytes: 759915
|
| 32 |
+
num_examples: 18548
|
| 33 |
+
download_size: 343197
|
| 34 |
+
dataset_size: 759915
|
| 35 |
- config_name: shakespeare_words
|
| 36 |
features:
|
| 37 |
- name: word
|
|
|
|
| 51 |
data_files:
|
| 52 |
- split: train
|
| 53 |
path: laion2B-en-words-count/train-*
|
| 54 |
+
- config_name: shakespeare_laion2B-en_words
|
| 55 |
+
data_files:
|
| 56 |
+
- split: train
|
| 57 |
+
path: shakespeare_laion2B-en_words/train-*
|
| 58 |
- config_name: shakespeare_words
|
| 59 |
data_files:
|
| 60 |
- split: train
|