voidism commited on
Commit
6c4d319
1 Parent(s): df69c71

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +30 -0
dataset_infos.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "prompt": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
+ },
11
+ "chosen": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ },
16
+ "splits": {
17
+ "train": {
18
+ "name": "train",
19
+ "num_bytes": 19334450,
20
+ "num_examples": 79169,
21
+ "dataset_name": null
22
+ },
23
+ "test": {
24
+ "name": "test",
25
+ "num_bytes": 2134369,
26
+ "num_examples": 8758,
27
+ "dataset_name": null
28
+ }
29
+ },
30
+ }}