Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
openthaigpt
/
openthaigpt-1.0.0-7b-chat
like
16
Follow
OpenThaiGPT
71
Text Generation
Transformers
Safetensors
GGUF
Thai
English
llama
openthaigpt
text-generation-inference
Inference Endpoints
arxiv:
2411.07238
License:
llama2
Model card
Files
Files and versions
Community
5
Train
Deploy
Use this model
Create Ollama Modelfile
#4
by
pacozaa
- opened
Apr 8, 2024
base:
refs/heads/main
←
from:
refs/pr/4
Discussion
Files changed
+4
-0
Files changed (1)
hide
show
Modelfile
+4
-0
Modelfile
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
FROM ./openthaigpt-Q4_K_M.gguf
2
+
TEMPLATE """[INST] <<SYS>>{{ .System }}<</SYS>>
3
+
4
+
{{ .Prompt }} [/INST]"""