dieusangly commited on
Commit
8c651c2
ยท
1 Parent(s): e0346de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -11,17 +11,16 @@ language:
11
  - my
12
  ---
13
 
14
- ## Model Description
15
-
16
- This is a quantized model of SeaLLM-7B-Chat.
17
 
18
- SeaLLMs is a family of LLMs pre-trained from Meta's LLaMA 2 and optimized for numerous Southeast Asian languages, including Vietnamese, Indonesian, Thai, Malay, Khmer, Lao, Tagalog and Burmese
19
 
 
 
20
  The quantization has been done with ExLlamaV2, a fast LLM inference library.
21
 
22
  ## Citation
23
 
24
- SeaLLMs: https://huggingface.co/SeaLLMs
25
-
26
  ExLlamaV2: https://github.com/turboderp/exllamav2
27
 
 
11
  - my
12
  ---
13
 
14
+ # SeaLLM-7B-Chat quantized to run locally with modest GPU
 
 
15
 
16
+ ## Model Description
17
 
18
+ This is a quantized model of SeaLLM-7B-Chat. <br />
19
+ SeaLLMs is a family of LLMs pre-trained from Meta's LLaMA 2 and optimized for numerous Southeast Asian languages, including Vietnamese ๐Ÿ‡ป๐Ÿ‡ณ, Indonesian ๐Ÿ‡ฎ๐Ÿ‡ฉ, Thai ๐Ÿ‡น๐Ÿ‡ญ, Malay ๐Ÿ‡ฒ๐Ÿ‡พ, Khmer ๐Ÿ‡ฐ๐Ÿ‡ญ, Lao ๐Ÿ‡ฑ๐Ÿ‡ฆ, Tagalog ๐Ÿ‡ต๐Ÿ‡ญ and Burmese ๐Ÿ‡ฒ๐Ÿ‡ฒ. <br />
20
  The quantization has been done with ExLlamaV2, a fast LLM inference library.
21
 
22
  ## Citation
23
 
24
+ SeaLLMs: https://huggingface.co/SeaLLMs <br />
 
25
  ExLlamaV2: https://github.com/turboderp/exllamav2
26