Caplin43 commited on
Commit
00933f6
·
verified ·
1 Parent(s): ea92609

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "Humanoid-Web3-IntentNet-v2",
3
+ "architecture": "DistilBERT",
4
+ "task": "text-classification",
5
+ "framework": "pytorch",
6
+ "language": "en",
7
+ "num_labels": 6,
8
+ "labels": {
9
+ "0": "move_object",
10
+ "1": "pick_and_place",
11
+ "2": "rotate_object",
12
+ "3": "scan_object",
13
+ "4": "start_action",
14
+ "5": "stop_action"
15
+ },
16
+ "hidden_size": 768,
17
+ "max_position_embeddings": 128
18
+ }