Commit ·
586b282
1
Parent(s): 556987b
Update config.json (#5)
Browse files- Update config.json (d447d3946b723162e87b595ec7e2fd9c98e05cbd)
Co-authored-by: Saarthak Kapse <Saarthak-GenBio-AI@users.noreply.huggingface.co>
- 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,
|