ritvik77 commited on
Commit
ae5b029
·
verified ·
1 Parent(s): ba33288

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -109,11 +109,16 @@ Users (both direct and downstream) should be made aware of the risks, biases and
109
  Use the code below to get started with the model.
110
 
111
  !pip install -q -U bitsandbytes
 
112
  !pip install -q -U peft
 
113
  !pip install -q -U trl
 
114
  !pip install -q -U tensorboardX
 
115
  !pip install -q wandb
116
 
 
117
  from transformers import AutoModelForCausalLM, AutoTokenizer
118
 
119
  # ✅ Load the uploaded model
 
109
  Use the code below to get started with the model.
110
 
111
  !pip install -q -U bitsandbytes
112
+
113
  !pip install -q -U peft
114
+
115
  !pip install -q -U trl
116
+
117
  !pip install -q -U tensorboardX
118
+
119
  !pip install -q wandb
120
 
121
+
122
  from transformers import AutoModelForCausalLM, AutoTokenizer
123
 
124
  # ✅ Load the uploaded model