BeardedMonster
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -57,6 +57,7 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
57 |
## How to Get Started with the Model
|
58 |
|
59 |
Use the code below to get started with the model.
|
|
|
60 |
|
61 |
```python
|
62 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
57 |
## How to Get Started with the Model
|
58 |
|
59 |
Use the code below to get started with the model.
|
60 |
+
<b> Use transformers version 4.41.2 for appropriate text generation </b>
|
61 |
|
62 |
```python
|
63 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|