File size: 402 Bytes
00933f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "model_name": "Humanoid-Web3-IntentNet-v2",
  "architecture": "DistilBERT",
  "task": "text-classification",
  "framework": "pytorch",
  "language": "en",
  "num_labels": 6,
  "labels": {
    "0": "move_object",
    "1": "pick_and_place",
    "2": "rotate_object",
    "3": "scan_object",
    "4": "start_action",
    "5": "stop_action"
  },
  "hidden_size": 768,
  "max_position_embeddings": 128
}