swin3d-tiny / config.json
tanthinhdt's picture
Upload Swin3DTiny
7733d3e verified
raw
history blame contribute delete
No virus
309 Bytes
{
"architectures": [
"Swin3DTiny"
],
"auto_map": {
"AutoConfig": "configuration_swin3d_tiny.Swin3DTinyConfig",
"AutoModel": "modelling_swin3d_tiny.Swin3DTiny"
},
"model_type": "swin3d-tiny",
"torch_dtype": "float32",
"transformers_version": "4.41.2",
"weights": "KINETICS400_V1"
}