GGUF
multilingual
sea
conversational
How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf SeaLLMs/SeaLLM-7B-v2.5-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf SeaLLMs/SeaLLM-7B-v2.5-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf SeaLLMs/SeaLLM-7B-v2.5-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf SeaLLMs/SeaLLM-7B-v2.5-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf SeaLLMs/SeaLLM-7B-v2.5-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf SeaLLMs/SeaLLM-7B-v2.5-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf SeaLLMs/SeaLLM-7B-v2.5-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf SeaLLMs/SeaLLM-7B-v2.5-GGUF:Q4_K_M
Use Docker
docker model run hf.co/SeaLLMs/SeaLLM-7B-v2.5-GGUF:Q4_K_M
Quick Links

SeaLLM-7B-v2.5 - Large Language Models for Southeast Asia

LM-studio/llama.cpp users must set --repeat-penalty to 1 instead of default 1.1

Technical Blog    ๐Ÿค— Tech Memo    ๐Ÿค— DEMO    Github    Technical Report

We introduce SeaLLM-7B-v2.5, the state-of-the-art multilingual LLM for Southeast Asian (SEA) languages ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡จ๐Ÿ‡ณ ๐Ÿ‡ป๐Ÿ‡ณ ๐Ÿ‡ฎ๐Ÿ‡ฉ ๐Ÿ‡น๐Ÿ‡ญ ๐Ÿ‡ฒ๐Ÿ‡พ ๐Ÿ‡ฐ๐Ÿ‡ญ ๐Ÿ‡ฑ๐Ÿ‡ฆ ๐Ÿ‡ฒ๐Ÿ‡ฒ ๐Ÿ‡ต๐Ÿ‡ญ. It is the most significant upgrade since SeaLLM-13B, with half the size, outperforming performance across diverse multilingual tasks, from world knowledge, math reasoning, instruction following, etc.

Checkout SeaLLM-7B-v2.5 page for more details.

Citation

If you find our project useful, we hope you would kindly star our repo and cite our work as follows: Corresponding Author: l.bing@alibaba-inc.com

Author list and order will change!

  • * and ^ are equal contributions.
@article{damonlpsg2023seallm,
  author = {Xuan-Phi Nguyen*, Wenxuan Zhang*, Xin Li*, Mahani Aljunied*, Weiwen Xu, Hou Pong Chan,
            Zhiqiang Hu, Chenhui Shen^, Yew Ken Chia^, Xingxuan Li, Jianyu Wang,
            Qingyu Tan, Liying Cheng, Guanzheng Chen, Yue Deng, Sen Yang,
            Chaoqun Liu, Hang Zhang, Lidong Bing},
  title = {SeaLLMs - Large Language Models for Southeast Asia},
  year = 2023,
  Eprint = {arXiv:2312.00738},
}
Downloads last month
358
GGUF
Model size
9B params
Architecture
gemma
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Collection including SeaLLMs/SeaLLM-7B-v2.5-GGUF

Paper for SeaLLMs/SeaLLM-7B-v2.5-GGUF