Caplin43's picture
Create config.json
00933f6 verified
{
"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
}