LeroyDyer commited on
Commit
b725d4f
·
verified ·
1 Parent(s): 0d59fe7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
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
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
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 ViTBert model (with random weights) from a ViT & Mistral style configurations
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