LeroyDyer commited on
Commit
d8e7f83
·
verified ·
1 Parent(s): 19bcd04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ pipeline_tag: image-text-to-text
17
 
18
 
19
  ## Model Details
20
-
21
  ### Model Description
22
 
23
  <!-- Provide a longer summary of what this model is. -->
 
17
 
18
 
19
  ## Model Details
20
+ VisionEncoderDecoderModel is a generic model class that will be instantiated as a transformer architecture with one of the base vision model classes of the library as encoder and another one as decoder when created with the :meth~transformers.AutoModel.from_pretrained class method for the encoder and :meth~transformers.AutoModelForCausalLM.from_pretrained class method for the decoder.
21
  ### Model Description
22
 
23
  <!-- Provide a longer summary of what this model is. -->