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:
Kabil007
/
Coder_Azuna
like
1
Build error
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
+
"""