File size: 543 Bytes
66ec0fc 9b4982c 66ec0fc 9b4982c 66ec0fc 9b4982c 66ec0fc 9b4982c 66ec0fc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
{
"audio_encoder": "MVRL/ecosound",
"audio_max_length_s": 10,
"audio_padding": "repeatpad",
"audio_sample_rate": 48000,
"audio_truncation": "fusion",
"clip": "hf-hub:MVRL/taxabind-vit-b-16",
"env_encoder": "MVRL/ecoclim",
"image_crop": 224,
"image_resize": 256,
"location_encoder": "MVRL/ecogeo",
"normalize_mean": [
0.485,
0.456,
0.406
],
"normalize_std": [
0.229,
0.224,
0.225
],
"sat_crop": 224,
"sat_encoder": "MVRL/ecosat",
"sat_resize": 256,
"transformers_version": "4.45.2"
}
|