pszemraj commited on
Commit
4670e5e
1 Parent(s): 09f93ce

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -1,16 +1,38 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
5
  multilinguality:
6
  - monolingual
7
- pretty_name: multi text2image prompts a dataset collection
8
  source_datasets:
9
  - bartman081523/stable-diffusion-discord-prompts
10
  - succinctly/midjourney-prompts
11
  - Gustavosta/Stable-Diffusion-Prompts
 
12
  tags:
13
  - text generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
 
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
  multilinguality:
6
  - monolingual
 
7
  source_datasets:
8
  - bartman081523/stable-diffusion-discord-prompts
9
  - succinctly/midjourney-prompts
10
  - Gustavosta/Stable-Diffusion-Prompts
11
+ pretty_name: multi text2image prompts a dataset collection
12
  tags:
13
  - text generation
14
+ configs:
15
+ - config_name: default
16
+ data_files:
17
+ - split: train
18
+ path: data/train-*
19
+ - split: test
20
+ path: data/test-*
21
+ dataset_info:
22
+ features:
23
+ - name: text
24
+ dtype: string
25
+ - name: src_dataset
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 741427383
30
+ num_examples: 3551734
31
+ - name: test
32
+ num_bytes: 83615440
33
+ num_examples: 399393
34
+ download_size: 402186258
35
+ dataset_size: 825042823
36
  ---
37
 
38