add model
Browse files- config.json +23 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"FlamingoModel"
|
4 |
+
],
|
5 |
+
"clip_model_type": "openai/clip-vit-large-patch14",
|
6 |
+
"dim": 1024,
|
7 |
+
"dim_visual": 1024,
|
8 |
+
"lm": "facebook/opt-350m",
|
9 |
+
"resampler_act": "sqrelu",
|
10 |
+
"resampler_depth": 6,
|
11 |
+
"resampler_dim_head": 128,
|
12 |
+
"resampler_ff_mult": 4,
|
13 |
+
"resampler_heads": 16,
|
14 |
+
"resampler_num_latents": 64,
|
15 |
+
"resampler_num_time_embeds": 4,
|
16 |
+
"torch_dtype": "float32",
|
17 |
+
"transformers_version": "4.21.0",
|
18 |
+
"xattn_act": "sqrelu",
|
19 |
+
"xattn_dim_head": 128,
|
20 |
+
"xattn_every": 1,
|
21 |
+
"xattn_ff_mult": 4,
|
22 |
+
"xattn_heads": 16
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe3a7374774144749b5966f77ce92490ddad865946af87edf42af39dae4312ba
|
3 |
+
size 3339122001
|