Upload 2 files
Browse files- config.json +22 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"arch": {
|
| 3 |
+
"type": "CMRCLIP",
|
| 4 |
+
"args": {
|
| 5 |
+
"video_params": {
|
| 6 |
+
"model": "SpaceTimeTransformer",
|
| 7 |
+
"arch_config": "base_patch16_224",
|
| 8 |
+
"num_frames": 64,
|
| 9 |
+
"pretrained": true,
|
| 10 |
+
"time_init": "zeros"
|
| 11 |
+
},
|
| 12 |
+
"text_params": {
|
| 13 |
+
"model": "emilyalsentzer/Bio_ClinicalBERT",
|
| 14 |
+
"pretrained": true,
|
| 15 |
+
"input": "text"
|
| 16 |
+
},
|
| 17 |
+
"projection": "minimal",
|
| 18 |
+
"projection_dim": 512,
|
| 19 |
+
"load_checkpoint": ""
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6db399fcc4eeecc934262ba6cb3676669b1c9de8143fad79a59c4a3a928d2e6a
|
| 3 |
+
size 893416501
|