Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,13 @@ Model developed by Collective AI for role-playing with learning from user intera
|
|
22 |
|
23 |
## How to Get Started with the Model
|
24 |
|
|
|
|
|
|
|
|
|
25 |
Use the code below to get started with the model.
|
|
|
|
|
26 |
```python
|
27 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
28 |
|
|
|
22 |
|
23 |
## How to Get Started with the Model
|
24 |
|
25 |
+
Requirements
|
26 |
+
```
|
27 |
+
transformers>=4.40.2
|
28 |
+
```
|
29 |
Use the code below to get started with the model.
|
30 |
+
|
31 |
+
|
32 |
```python
|
33 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
34 |
|