theoracle commited on
Commit
cb49952
1 Parent(s): 855b4dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +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
- !pip install --upgrade peft
34
  from transformers import AutoModelForCausalLM, AutoTokenizer
35
 
36
  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
+
34
  from transformers import AutoModelForCausalLM, AutoTokenizer
35
 
36
  model_path = "theoracle/autotrain-kaggle"