JeromeRan commited on
Commit
f18e030
1 Parent(s): 16a3d6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -24
README.md CHANGED
@@ -1,24 +1,27 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: messages
6
- list:
7
- - name: from
8
- dtype: string
9
- - name: value
10
- dtype: string
11
- - name: system
12
- dtype: string
13
- splits:
14
- - name: train
15
- num_bytes: 281928865
16
- num_examples: 275985
17
- download_size: 127001629
18
- dataset_size: 281928865
19
- configs:
20
- - config_name: default
21
- data_files:
22
- - split: train
23
- path: data/train-*
24
- ---
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: messages
6
+ list:
7
+ - name: from
8
+ dtype: string
9
+ - name: value
10
+ dtype: string
11
+ - name: system
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 281928865
16
+ num_examples: 275985
17
+ download_size: 127001629
18
+ dataset_size: 281928865
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ ---
25
+
26
+ The original data is from https://huggingface.co/datasets/BAAI/COIG. Format the original data to ShareGPT format.
27
+