LeroyDyer commited on
Commit
12222b4
·
verified ·
1 Parent(s): 8f8d3f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -18,9 +18,10 @@ with one of the base vision model classes of the library as encoder and another
18
  when created with the :
19
 
20
  ```python
21
-
22
- transformers.AutoModel.from_pretrained class method for the encoder and :
23
- transformers.AutoModelForCausalLM.from_pretrained class method for the decoder.
 
24
 
25
 
26
  ```
 
18
  when created with the :
19
 
20
  ```python
21
+ # class method for the encoder and :
22
+ transformers.AutoModel.from_pretrained
23
+ # class method for the decoder.
24
+ transformers.AutoModelForCausalLM.from_pretrained
25
 
26
 
27
  ```