Update README.md
Browse files
README.md
CHANGED
|
@@ -29,9 +29,8 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
| 29 |
|
| 30 |
### Recommendations
|
| 31 |
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 35 |
|
| 36 |
## How to Get Started with the Model
|
| 37 |
|
|
@@ -112,7 +111,7 @@ config_decoder = MistralConfig()
|
|
| 112 |
|
| 113 |
config = VisionEncoderDecoderConfig.from_encoder_decoder_configs(config_encoder, config_decoder)
|
| 114 |
|
| 115 |
-
# Initializing a
|
| 116 |
model = VisionEncoderDecoderModel(config=config)
|
| 117 |
|
| 118 |
# Accessing the model configuration
|
|
|
|
| 29 |
|
| 30 |
### Recommendations
|
| 31 |
|
| 32 |
+
this is an experiment in vision - the model has been created as a mistral/VisionEncoder/Decoder
|
| 33 |
+
Customized from Mixtral_AI_Cyber_Matrix_2.0(7b) & TinyMistral (248)
|
|
|
|
| 34 |
|
| 35 |
## How to Get Started with the Model
|
| 36 |
|
|
|
|
| 111 |
|
| 112 |
config = VisionEncoderDecoderConfig.from_encoder_decoder_configs(config_encoder, config_decoder)
|
| 113 |
|
| 114 |
+
# Initializing a ViTMistral model (with random weights) from a ViT & Mistral style configurations
|
| 115 |
model = VisionEncoderDecoderModel(config=config)
|
| 116 |
|
| 117 |
# Accessing the model configuration
|