lavrenko commited on
Commit
555c3c6
·
verified ·
1 Parent(s): c1433e2

Upload manifest.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. manifest.json +16 -0
manifest.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "caseforge-manifest-v1",
3
+ "splits": {
4
+ "train": 8000,
5
+ "validation": 1000,
6
+ "test": 1000
7
+ },
8
+ "columns": [
9
+ "case_type",
10
+ "gold",
11
+ "id",
12
+ "question",
13
+ "run_id",
14
+ "seed"
15
+ ]
16
+ }