ikno commited on
Commit
3400582
·
verified ·
1 Parent(s): 78e1cde

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: situation
12
+ dtype: string
13
+ - name: len_messages
14
+ dtype: int64
15
+ - name: messages
16
+ list:
17
+ - name: content
18
+ dtype: string
19
+ - name: role
20
+ dtype: string
21
+ - name: relation
22
+ dtype: string
23
+ - name: fact
24
+ dtype: string
25
+ - name: post
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 29058470.0
30
+ num_examples: 5850
31
+ - name: test
32
+ num_bytes: 2638512
33
+ num_examples: 442
34
+ download_size: 17688580
35
+ dataset_size: 31696982.0
36
+ ---
37
+ # Dataset Card for "rinko_couple_v2.13"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)