Typhoon 1.5
Collection
Latest official ThaiLLM release developed by SCB 10X.
•
6 items
•
Updated
Llama-3-Typhoon-1.5-8B: Thai Large Language Model (Instruct) - GGUF
Llama-3-Typhoon-1.5-8B-instruct is a instruct Thai 🇹🇠large language model with 8 billion parameters, and it is based on Llama3-8B.
Here is gguf converted of Typhoon-1.5-8b-instruct.
We use llama3 chat-template for LM Studio.
{
"name": "Llama 3",
"inference_params": {
"input_prefix": "<|start_header_id|>user<|end_header_id|>\n\n",
"input_suffix": "<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n",
"pre_prompt": "You are a helpful assistant who're always speak Thai.",
"pre_prompt_prefix": "<|start_header_id|>system<|end_header_id|>\n\n",
"pre_prompt_suffix": "<|eot_id|>",
"antiprompt": [
"<|start_header_id|>", "<|eot_id|>"
]
}
}
This model is an instructional model. However, it’s still undergoing development. It incorporates some level of guardrails, but it still may produce answers that are inaccurate, biased, or otherwise objectionable in response to user prompts. We recommend that developers assess these risks in the context of their use case.
https://twitter.com/opentyphoon
@article{pipatanakul2023typhoon,
title={Typhoon: Thai Large Language Models},
author={Kunat Pipatanakul and Phatrasek Jirabovonvisut and Potsawee Manakul and Sittipong Sripaisarnmongkol and Ruangsak Patomwong and Pathomporn Chokchainant and Kasima Tharnpipitchai},
year={2023},
journal={arXiv preprint arXiv:2312.13951},
url={https://arxiv.org/abs/2312.13951}
}