Kartikeya's picture
Training in progress, step 500
6098b09 verified
raw
history blame contribute delete
476 Bytes
{
"architectures": [
"MultimodalTimesformer"
],
"id2label": {
"0": "unpopular",
"1": "popular"
},
"label2id": {
"popular": 1,
"unpopular": 0
},
"modality_config": {
"audio": false,
"text": false,
"video": true
},
"model_ckpts": {
"audio": "facebook/wav2vec2-base",
"text": "monologg/kobert",
"video": "facebook/timesformer-base-finetuned-k400"
},
"torch_dtype": "float32",
"transformers_version": "4.46.3"
}