StevenChen16 commited on
Commit
b329f13
·
verified ·
1 Parent(s): 0f1f41b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,7 +14,7 @@ DESCRIPTION = '''
14
  LICENSE = """
15
  <p/>
16
  ---
17
- Built with model "StevenChen16/Llama3-8B-Lawyer-chat-v1.5", based on "meta-llama/Meta-Llama-3-8B"
18
  """
19
 
20
  PLACEHOLDER = """
@@ -38,7 +38,7 @@ h1 {
38
  """
39
 
40
  args = dict(
41
- model_name_or_path="StevenChen16/llama3-8b-Lawyer-chat-v1.5",
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,