Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
StevenChen16
/
AI-Lawyer
like
6
Running
on
Zero
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
StevenChen16
commited on
May 30, 2024
Commit
2ce8ad8
·
verified
·
1 Parent(s):
de331d3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,7 +10,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
10
11
12
13
-
MODEL_NAME_OR_PATH = '
nvidia
/
Llama3
-
ChatQA
-
1.5
-
70B
'
14
15
16
10
11
12
13
+
MODEL_NAME_OR_PATH = '
gradientai
/
Llama
-
3
-
8B
-
Instruct-Gradient-1048k
'
14
15
16