theoracle commited on
Commit
855b4dc
·
verified ·
1 Parent(s): 532db4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -30,6 +30,7 @@ Developed with the cutting-edge AutoTrain and PEFT technologies, this model is s
30
  The following Python code snippet illustrates how to use this model to answer your Kaggle-related questions:
31
 
32
  ```python
 
33
  from transformers import AutoModelForCausalLM, AutoTokenizer
34
 
35
  model_path = "theoracle/autotrain-kaggle"
 
30
  The following Python code snippet illustrates how to use this model to answer your Kaggle-related questions:
31
 
32
  ```python
33
+ !pip install --upgrade peft
34
  from transformers import AutoModelForCausalLM, AutoTokenizer
35
 
36
  model_path = "theoracle/autotrain-kaggle"