vidscbvsdCHEN commited on
Commit
8ec2f3f
·
2 Parent(s): 78e38db 6d71768

Merge branch 'main' of https://huggingface.co/spaces/StevenChen16/llama3-8b-Lawyer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ h1 {
40
  """
41
 
42
  args = dict(
43
- model_name_or_path="StevenChen16/llama3-8b-Lawyer",
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,