Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ DESCRIPTION = '''
|
|
14 |
LICENSE = """
|
15 |
<p/>
|
16 |
---
|
17 |
-
Built with model "StevenChen16/Llama3-8B-Lawyer
|
18 |
"""
|
19 |
|
20 |
PLACEHOLDER = """
|
@@ -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,
|
|
|
14 |
LICENSE = """
|
15 |
<p/>
|
16 |
---
|
17 |
+
Built with model "StevenChen16/Llama3-8B-Lawyer", based on "meta-llama/Meta-Llama-3-8B"
|
18 |
"""
|
19 |
|
20 |
PLACEHOLDER = """
|
|
|
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,
|