Add config.json
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"VisionEncoderDecoderModel"
|
| 4 |
],
|
|
|
|
| 5 |
"decoder": {
|
| 6 |
"_name_or_path": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext",
|
| 7 |
"add_cross_attention": true,
|
|
@@ -2198,5 +2200,6 @@
|
|
| 2198 |
"tie_word_embeddings": false,
|
| 2199 |
"torch_dtype": "float32",
|
| 2200 |
"transformers_version": "4.44.0",
|
|
|
|
| 2201 |
"vocab_size": 30522
|
| 2202 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "bombshelll/Swin_BioMedBert_Isles",
|
| 3 |
"architectures": [
|
| 4 |
"VisionEncoderDecoderModel"
|
| 5 |
],
|
| 6 |
+
"bos_token_id": 2,
|
| 7 |
"decoder": {
|
| 8 |
"_name_or_path": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext",
|
| 9 |
"add_cross_attention": true,
|
|
|
|
| 2200 |
"tie_word_embeddings": false,
|
| 2201 |
"torch_dtype": "float32",
|
| 2202 |
"transformers_version": "4.44.0",
|
| 2203 |
+
"use_cache": false,
|
| 2204 |
"vocab_size": 30522
|
| 2205 |
}
|