Spaces:
Running
on
Zero
Running
on
Zero
Merge branch 'main' of https://huggingface.co/spaces/StevenChen16/llama3-8b-Lawyer
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ h1 {
|
|
40 |
"""
|
41 |
|
42 |
args = dict(
|
43 |
-
model_name_or_path="
|
44 |
template="llama3",
|
45 |
finetuning_type="lora",
|
46 |
quantization_bit=8,
|
|
|
40 |
"""
|
41 |
|
42 |
args = dict(
|
43 |
+
model_name_or_path="./model",
|
44 |
template="llama3",
|
45 |
finetuning_type="lora",
|
46 |
quantization_bit=8,
|