Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@ library_name: transformers
|
|
| 3 |
license: apache-2.0
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# LeroyDyer/Mixtral_AI_Cyber_Q_Vision
|
|
@@ -129,6 +131,4 @@ encoder_decoder_config = VisionEncoderDecoderConfig.from_pretrained("my-model")
|
|
| 129 |
model = VisionEncoderDecoderModel.from_pretrained("my-model", config=encoder_decoder_config)
|
| 130 |
|
| 131 |
|
| 132 |
-
```
|
| 133 |
-
|
| 134 |
-
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
tags:
|
| 7 |
+
- '`VisionEncoderDecoderModel'
|
| 8 |
---
|
| 9 |
|
| 10 |
# LeroyDyer/Mixtral_AI_Cyber_Q_Vision
|
|
|
|
| 131 |
model = VisionEncoderDecoderModel.from_pretrained("my-model", config=encoder_decoder_config)
|
| 132 |
|
| 133 |
|
| 134 |
+
```
|
|
|
|
|
|