Commit ·
3999c64
1
Parent(s): d1cbd55
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ git clone https://github.com/FoamoftheSea/shift-experiments.git
|
|
| 27 |
|
| 28 |
## Quick Load Multiformer-M1
|
| 29 |
|
| 30 |
-
You should now be able to run the following code to load a Multiformer-
|
| 31 |
|
| 32 |
```python
|
| 33 |
from transformers import AutoModel
|
|
|
|
| 27 |
|
| 28 |
## Quick Load Multiformer-M1
|
| 29 |
|
| 30 |
+
You should now be able to run the following code to load a Multiformer-M1 with pretrained weights:
|
| 31 |
|
| 32 |
```python
|
| 33 |
from transformers import AutoModel
|