larryvrh commited on
Commit
f99bd49
1 Parent(s): dd8ff2e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: categories
5
+ sequence: string
6
+ - name: name
7
+ dtype: string
8
+ - name: description
9
+ dtype: string
10
+ - name: first_msg
11
+ dtype: string
12
+ - name: personality
13
+ dtype: string
14
+ - name: example_dialogues
15
+ sequence: string
16
+ - name: conversation
17
+ list:
18
+ - name: is_human
19
+ dtype: bool
20
+ - name: message
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 174673097.0
25
+ num_examples: 11841
26
+ download_size: 88204818
27
+ dataset_size: 174673097.0
28
+ ---
29
+ # Dataset Card for "PIPPA_TavernFormat"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)