Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
atgcholding/SafetyExam
atgcholding
/
ScienceTest
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
capradeepgujaran
commited on
Nov 4, 2024
Commit
e537a5a
·
verified
·
1 Parent(s):
02f5f79
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,7 +42,7 @@ class QuizGenerator:
42
}
43
],
44
model="llama-3.2-3b-preview",
45
-
temperature=0
.2
,
46
max_tokens=2048
47
)
48
42
}
43
],
44
model="llama-3.2-3b-preview",
45
+
temperature=0,
46
max_tokens=2048
47
)
48