yifan112 commited on
Commit
d27b26a
1 Parent(s): 71f3ad4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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