Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
apepkuss79
/
CodeShell-7B-Chat-GGUF
like
2
GGUF
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
Xin Liu
commited on
Oct 20, 2023
Commit
e1d4767
·
1 Parent(s):
1fc6e70
Update `README`
Browse files
Signed-off-by: Xin Liu <sam@secondstate.io>
Files changed (1)
hide
show
README.md
+10
-3
README.md
CHANGED
Viewed
@@ -1,3 +1,10 @@
1
-
---
2
-
license: apache-2.0
3
-
---
1
+
# CodeShell
-
7B
-
Chat
-
GGUF
2
+
3
+
## Prompt Template
4
+
5
+
```bash
6
+
## human: {query}
7
+
## assistant: {response}
8
+
## human: {query}
9
+
## assistant:
10
+
```