File size: 495 Bytes
623acba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "task": "task13_terrain_classification",
  "task_type": "terrain_classification",
  "split_strategy": "random_stratified",
  "split_ratios": {
    "train": 0.6,
    "dev": 0.1,
    "test": 0.3
  },
  "seed": 42,
  "total_examples": 3400,
  "splits": {
    "train": 2040,
    "dev": 340,
    "test": 1020
  },
  "files": {
    "train": "task13_terrain_classification_train.json",
    "dev": "task13_terrain_classification_dev.json",
    "test": "task13_terrain_classification_test.json"
  }
}