isakzhang commited on
Commit
206d8c5
·
verified ·
1 Parent(s): 59a32cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -9,18 +9,22 @@ pinned: false
9
 
10
  # SeaLLMs - Large Language Models for Southeast Asia
11
 
12
- Welcome to the Huggingface organization that hosts SeaLLMs - a family of language models optimized for Southeast Asian languages.
13
- Rather than being focused on English and alike, we believe language models should be democratized to other regional and possibly under-represented languages,
14
- and adapted to serve communities there with a greater awareness of local norms and laws.
 
15
 
16
  ## SeaLLMs Models
17
 
 
18
  - [SeaLLMs/SeaLLM-7B-v2.5](https://huggingface.co/SeaLLMs/SeaLLM-7B-v2.5): New SeaLLM-7B model with 7B-SOTA on many world knowledge and reasoning tasks in SEA languages.
19
  - [SeaLLMs/SeaLLM-7B-v2](https://huggingface.co/SeaLLMs/SeaLLM-7B-v2): 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.
20
  - [SeaLLMs/SeaLLM-13B-Chat](https://huggingface.co/SeaLLMs/SeaLLM-13B-Chat): A chatbot optimized for Vietnamese 🇻🇳, Indonesian 🇮🇩, Thai 🇹🇭, Malay 🇲🇾, Khmer🇰🇭, Lao🇱🇦, Tagalog🇵🇭 and Burmese🇲🇲.
21
- - [SeaLLMs/Sea-bench](https://huggingface.co/datasets/SeaLLMs/Sea-bench) (interactive view at [Spaces/SeaLLMs/Sea-bench](https://huggingface.co/spaces/SeaLLMs/Sea-bench)): A benchmark for evaluating chat assistants in Southeast Asian languages.
22
 
23
- ## DEMO
24
- - [spaces/SeaLLMs/SeaLLM-7B-v2.5](https://huggingface.co/spaces/SeaLLMs/SeaLLM-7B-v2.5).
25
- - [spaces/SeaLLMs/SeaLLM-7B-v2](https://huggingface.co/spaces/SeaLLMs/SeaLLM-7B-v2).
26
- - [spaces/SeaLLMs/SeaLLM-7B](https://huggingface.co/spaces/SeaLLMs/SeaLLM-7B) - Multimodal SeaLLM (experimental)
 
 
 
 
9
 
10
  # SeaLLMs - Large Language Models for Southeast Asia
11
 
12
+ Welcome to the SeaLLMs project - a family of large language models tailored for Southeast Asian languages including English, Chinese, Indonesian, Vietnamese, Thai, Tagalog, Malay, Burmese, Khmer, Lao, Tamil, and Javanese.
13
+ Unlike models primarily designed for high-resource languages like English, our mission is to democratize access to advanced language technologies for regional and potentially under-represented languages.
14
+ We aim to develop models capable of handling a variety of tasks in SEA languages, while prioritizing safety and trustworthiness within the regional context.
15
+
16
 
17
  ## SeaLLMs Models
18
 
19
+ - \[🔥NEW🔥\] [SeaLLMs/SeaLLM3-7B-Chat](https://huggingface.co/SeaLLMs/SeaLLM3-7B-Chat): Latest chat version of SeaLLM3, achieving SOTA performance of diverse tasks while specifically enhanced to be more trustworthy, exhibiting reduced hallucination and providing safe response. Try the model from the [demo](https://huggingface.co/spaces/SeaLLMs/SeaLLM-Chat)!
20
  - [SeaLLMs/SeaLLM-7B-v2.5](https://huggingface.co/SeaLLMs/SeaLLM-7B-v2.5): New SeaLLM-7B model with 7B-SOTA on many world knowledge and reasoning tasks in SEA languages.
21
  - [SeaLLMs/SeaLLM-7B-v2](https://huggingface.co/SeaLLMs/SeaLLM-7B-v2): 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.
22
  - [SeaLLMs/SeaLLM-13B-Chat](https://huggingface.co/SeaLLMs/SeaLLM-13B-Chat): A chatbot optimized for Vietnamese 🇻🇳, Indonesian 🇮🇩, Thai 🇹🇭, Malay 🇲🇾, Khmer🇰🇭, Lao🇱🇦, Tagalog🇵🇭 and Burmese🇲🇲.
 
23
 
24
+ ## Multilingual Evaluations for SEA
25
+ - [SeaExam](https://huggingface.co/spaces/SeaLLMs/SeaExam_leaderboard): assesses model performance using human-exam type benchmarks, reflecting the model's world knowledge and reasoning abilities.
26
+
27
+ ## Quick Links
28
+ - [SeaLLM-Chatbot](https://huggingface.co/spaces/SeaLLMs/SeaLLM-Chat): online demo for the latest chatbot version of SeaLLMs
29
+ - [SeaLLMs Github Repo](https://github.com/DAMO-NLP-SG/SeaLLMs)
30
+ - [SeaLLMs Paper](https://arxiv.org/abs/2312.00738) (ACL 2024 Demo)