Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ h1 {
|
|
38 |
"""
|
39 |
|
40 |
args = dict(
|
41 |
-
model_name_or_path="StevenChen16/llama3-8b-Lawyer
|
42 |
template="llama3",
|
43 |
finetuning_type="lora",
|
44 |
quantization_bit=8,
|
|
|
38 |
"""
|
39 |
|
40 |
args = dict(
|
41 |
+
model_name_or_path="StevenChen16/llama3-8b-Lawyer",
|
42 |
template="llama3",
|
43 |
finetuning_type="lora",
|
44 |
quantization_bit=8,
|