visheratin
commited on
Commit
·
22174f1
1
Parent(s):
ea06f76
Upload model
Browse files- config.json +31 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./hf/nllb-clip-large",
|
3 |
+
"architectures": [
|
4 |
+
"NLLBCLIPModel"
|
5 |
+
],
|
6 |
+
"initializer_factor": 1.0,
|
7 |
+
"logit_scale_init_value": 2.6592,
|
8 |
+
"model_type": "clip",
|
9 |
+
"projection_dim": 512,
|
10 |
+
"text_config": {
|
11 |
+
"encoder_ffn_dim": 8192,
|
12 |
+
"encoder_layerdrop": 0,
|
13 |
+
"encoder_layers": 24,
|
14 |
+
"model_type": "clip_text_model",
|
15 |
+
"num_hidden_layers": 24,
|
16 |
+
"vocab_size": 256206
|
17 |
+
},
|
18 |
+
"torch_dtype": "float32",
|
19 |
+
"transformers_version": "4.33.1",
|
20 |
+
"vision_config": {
|
21 |
+
"dropout": 0.0,
|
22 |
+
"hidden_act": "gelu",
|
23 |
+
"hidden_size": 1280,
|
24 |
+
"intermediate_size": 5120,
|
25 |
+
"model_type": "clip_vision_model",
|
26 |
+
"num_attention_heads": 16,
|
27 |
+
"num_hidden_layers": 32,
|
28 |
+
"patch_size": 14,
|
29 |
+
"projection_dim": 1024
|
30 |
+
}
|
31 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e5d76ebd27f0be261481b993b50dc066d8ca08e474cbcefdf24cb7afed3aba3
|
3 |
+
size 5592461013
|