lckr commited on
Commit
542a441
1 Parent(s): 27f2ee7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: conversation
11
+ list:
12
+ - name: role
13
+ dtype: string
14
+ - name: value
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 8016292
19
+ num_examples: 3721
20
+ download_size: 4326435
21
+ dataset_size: 8016292
22
  ---