breadlicker45 commited on
Commit
4891caf
·
1 Parent(s): 35cab63

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -2
README.md CHANGED
@@ -1,8 +1,27 @@
1
  ---
2
- task_categories:
3
- - text-generation
4
  size_categories:
5
  - 1M<n<10M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
  # Dataset Card for "Bread-chatbot-dataset-test"
8
 
 
1
  ---
 
 
2
  size_categories:
3
  - 1M<n<10M
4
+ task_categories:
5
+ - text-generation
6
+ configs:
7
+ - config_name: default
8
+ data_files:
9
+ - split: train
10
+ path: data/train-*
11
+ dataset_info:
12
+ features:
13
+ - name: chat
14
+ list:
15
+ - name: content
16
+ dtype: string
17
+ - name: role
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 2191737782
22
+ num_examples: 1000000
23
+ download_size: 1015520936
24
+ dataset_size: 2191737782
25
  ---
26
  # Dataset Card for "Bread-chatbot-dataset-test"
27