MVRL
/

Srikumar26 commited on
Commit
9b4982c
1 Parent(s): 66ec0fc

Upload config

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json CHANGED
@@ -1,8 +1,26 @@
1
  {
2
  "audio_encoder": "MVRL/ecosound",
 
 
 
 
3
  "clip": "hf-hub:MVRL/taxabind-vit-b-16",
4
  "env_encoder": "MVRL/ecoclim",
 
 
5
  "location_encoder": "MVRL/ecogeo",
 
 
 
 
 
 
 
 
 
 
 
6
  "sat_encoder": "MVRL/ecosat",
 
7
  "transformers_version": "4.45.2"
8
  }
 
1
  {
2
  "audio_encoder": "MVRL/ecosound",
3
+ "audio_max_length_s": 10,
4
+ "audio_padding": "repeatpad",
5
+ "audio_sample_rate": 48000,
6
+ "audio_truncation": "fusion",
7
  "clip": "hf-hub:MVRL/taxabind-vit-b-16",
8
  "env_encoder": "MVRL/ecoclim",
9
+ "image_crop": 224,
10
+ "image_resize": 256,
11
  "location_encoder": "MVRL/ecogeo",
12
+ "normalize_mean": [
13
+ 0.485,
14
+ 0.456,
15
+ 0.406
16
+ ],
17
+ "normalize_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "sat_crop": 224,
23
  "sat_encoder": "MVRL/ecosat",
24
+ "sat_resize": 256,
25
  "transformers_version": "4.45.2"
26
  }