jiminHuang commited on
Commit
713c262
1 Parent(s): f52e65e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: valid
8
+ path: data/valid-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: string
15
+ - name: conversations
16
+ list:
17
+ - name: from
18
+ dtype: string
19
+ - name: value
20
+ dtype: string
21
+ - name: text
22
+ dtype: string
23
+ splits:
24
+ - name: train
25
+ num_bytes: 5195156
26
+ num_examples: 1108
27
+ - name: valid
28
+ num_bytes: 730025
29
+ num_examples: 157
30
+ - name: test
31
+ num_bytes: 1463778
32
+ num_examples: 315
33
+ download_size: 2960505
34
+ dataset_size: 7388959
35
+ ---
36
+ # Dataset Card for "HoC_train"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)