Update config.json
#5
by Saarthak-GenBio-AI - opened
- config.json +2 -0
config.json
CHANGED
|
@@ -5,6 +5,8 @@
|
|
| 5 |
"AutoConfig": "configuration_genbio_pathfm.GenBioPathFMConfig",
|
| 6 |
"AutoModel": "modeling_genbio_pathfm.GenBioPathFMModel"
|
| 7 |
},
|
|
|
|
|
|
|
| 8 |
"img_size": 224,
|
| 9 |
"patch_size": 16,
|
| 10 |
"in_chans": 1,
|
|
|
|
| 5 |
"AutoConfig": "configuration_genbio_pathfm.GenBioPathFMConfig",
|
| 6 |
"AutoModel": "modeling_genbio_pathfm.GenBioPathFMModel"
|
| 7 |
},
|
| 8 |
+
"torch_dtype": "float32",
|
| 9 |
+
"tie_word_embeddings": false,
|
| 10 |
"img_size": 224,
|
| 11 |
"patch_size": 16,
|
| 12 |
"in_chans": 1,
|