BeardedMonster commited on
Commit
106d286
·
verified ·
1 Parent(s): be3dc26

Update README.md

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