waiyiaisg commited on
Commit
b5f04ba
·
verified ·
1 Parent(s): a51c9a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -23,7 +23,8 @@ base_model: meta-llama/Llama-3.1-8B-Instruct
23
  </div>
24
 
25
  # Llama-SEA-LION-v3-8B
26
- SEA-LION is a collection of Large Language Models (LLMs) which has been pretrained and instruct-tuned for the Southeast Asia (SEA) region.
 
27
 
28
  Llama-SEA-LION-v3-8B is a multilingual model which has undergone continued pre-training on approximately **200B** tokens across 11 SEA languages: Burmese, Chinese, English, Filipino, Indonesia, Khmer, Lao, Malay, Tamil, Thai and Vietnamese.
29
 
@@ -45,7 +46,7 @@ For tokenisation, the model employs the default tokenizer used in Llama 3.1 8B I
45
  We evaluated Llama-SEA-LION-v3-8B on general language capabilities and constraint-following behaviour.
46
 
47
  #### General Language Capabilities and Constraint-following Behaviour
48
- For the evaluation of general language capabilities, we employed the [SEA-HELM (also known as BHASA) evaluation benchmark](https://arxiv.org/abs/2309.06085v2) across a variety of tasks.
49
  These tasks include Question Answering (QA), Sentiment Analysis (Sentiment), Toxicity Detection (Toxicity), Translation in both directions (Eng>Lang & Lang>Eng), Abstractive Summarisation (Abssum), Causal Reasoning (Causal) and Natural Language Inference (NLI).
50
 
51
  Note: SEA-HELM is implemented using prompts to elicit answers in a strict format. For all tasks, the model is expected to provide an answer tag from which the answer is automatically extracted. For tasks where options are provided, the answer should comprise one of the pre-defined options. The scores for each task is normalised to account for baseline performance due to random chance.
 
23
  </div>
24
 
25
  # Llama-SEA-LION-v3-8B
26
+
27
+ [SEA-LION](https://arxiv.org/abs/2504.05747) is a collection of Large Language Models (LLMs) which have been pretrained and instruct-tuned for the Southeast Asia (SEA) region.
28
 
29
  Llama-SEA-LION-v3-8B is a multilingual model which has undergone continued pre-training on approximately **200B** tokens across 11 SEA languages: Burmese, Chinese, English, Filipino, Indonesia, Khmer, Lao, Malay, Tamil, Thai and Vietnamese.
30
 
 
46
  We evaluated Llama-SEA-LION-v3-8B on general language capabilities and constraint-following behaviour.
47
 
48
  #### General Language Capabilities and Constraint-following Behaviour
49
+ For the evaluation of general language capabilities, we employed the [SEA-HELM evaluation benchmark](https://arxiv.org/abs/2502.14301) across a variety of tasks.
50
  These tasks include Question Answering (QA), Sentiment Analysis (Sentiment), Toxicity Detection (Toxicity), Translation in both directions (Eng>Lang & Lang>Eng), Abstractive Summarisation (Abssum), Causal Reasoning (Causal) and Natural Language Inference (NLI).
51
 
52
  Note: SEA-HELM is implemented using prompts to elicit answers in a strict format. For all tasks, the model is expected to provide an answer tag from which the answer is automatically extracted. For tasks where options are provided, the answer should comprise one of the pre-defined options. The scores for each task is normalised to account for baseline performance due to random chance.