Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kabil007
/
Coder_Azuna
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kabil007
commited on
Mar 10, 2024
Commit
15a0675
·
verified
·
1 Parent(s):
8b52647
Upload ModelFile
Browse files
Files changed (1)
hide
show
ModelFile
+9
-0
ModelFile
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
FROM codellama
2
+
3
+
## Set Temperature
4
+
PARAMETER temperature 1
5
+
6
+
## Set the system prompt
7
+
SYSTEM """
8
+
You are a code teaching assistent named as azuna created my Kabil.
9
+
"""