ehristoforu commited on
Commit
e630286
1 Parent(s): 9b0e324

Upload dataset_info.json

Browse files
Files changed (1) hide show
  1. mathing/dataset_info.json +24 -0
mathing/dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "input": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "instruction": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "output": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "system": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ }
21
+ },
22
+ "homepage": "",
23
+ "license": ""
24
+ }