VatsalPatel18
commited on
Commit
•
24d0eb5
1
Parent(s):
9553cd6
Upload model
Browse files- config.json +26 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "genomic_plip_hug/",
|
3 |
+
"architectures": [
|
4 |
+
"GenomicPLIPModel"
|
5 |
+
],
|
6 |
+
"genomic_config": {
|
7 |
+
"fc_layer_input": 4,
|
8 |
+
"fc_layer_output": 512
|
9 |
+
},
|
10 |
+
"initializer_factor": 1.0,
|
11 |
+
"logit_scale_init_value": 2.6592,
|
12 |
+
"model_type": "clip",
|
13 |
+
"projection_dim": 512,
|
14 |
+
"text_config": {
|
15 |
+
"bos_token_id": 0,
|
16 |
+
"dropout": 0.0,
|
17 |
+
"eos_token_id": 2,
|
18 |
+
"model_type": "clip_text_model"
|
19 |
+
},
|
20 |
+
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.32.1",
|
22 |
+
"vision_config": {
|
23 |
+
"dropout": 0.0,
|
24 |
+
"model_type": "clip_vision_model"
|
25 |
+
}
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e14c4a0dc45d621d83d62457fd48267d2ea4c5825cb85b650012450d7647815
|
3 |
+
size 351475897
|