File size: 582 Bytes
1ea8d66 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"architectures": ["MatchcommentaryModel"],
"model_type": "Matchcommentary",
"llm_ckpt": "meta-llama/Meta-Llama-3-8B-Instruct",
"tokenizer_ckpt": "meta-llama/Meta-Llama-3-8B-Instruct",
"max_frame_pos": 128,
"window": 15,
"num_query_tokens": 32,
"num_video_query_token": 32,
"num_features": 512,
"fps": 0.5,
"max_token_length": 128,
"feature_subdir": "ResNET_PCA512",
"torch_dtype": "float16",
"transformers_version": "4.42.3",
"description": "MatchcommentaryModel model for automatic soccer game commentary generation, trained on MatchTime dataset"
} |