Update README.md
Browse files
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
|
23 |
-
|
|
|
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 |
```
|