Update app.py
Browse files
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 |
|