Steven10429 commited on
Commit
1bc51d4
·
verified ·
1 Parent(s): 6e71157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -216,14 +216,12 @@ tags:
216
  - text-generation
217
  - peft{quantization}
218
  library_name: transformers
219
- base_model: {base_model_name}
220
  widget:
221
  - messages:
222
  - role: user
223
  content: What is your favorite condiment?
224
  license: other
225
- datasets:
226
- - {lora_model_name}
227
  ---
228
  # Model
229
 
 
216
  - text-generation
217
  - peft{quantization}
218
  library_name: transformers
219
+ base_model: {base_model_name} {lora_model_name}
220
  widget:
221
  - messages:
222
  - role: user
223
  content: What is your favorite condiment?
224
  license: other
 
 
225
  ---
226
  # Model
227