{ | |
"model_type": "soccer_qa_4b", | |
"architectures": [ | |
"SoccerQA4BModel" | |
], | |
"vision_dim": 1408, | |
"projection_dim": 2048, | |
"text_dim": 3072, | |
"img_size": 256, | |
"num_frames": 16, | |
"max_length": 256, | |
"temperature": 0.7, | |
"imagenet_mean": [ | |
0.485, | |
0.456, | |
0.406 | |
], | |
"imagenet_std": [ | |
0.229, | |
0.224, | |
0.225 | |
], | |
"hidden_size": 3072, | |
"vocab_size": 128257, | |
"model_description": "Soccer video question answering model" | |
} |