huangzixian commited on
Commit
c722e15
1 Parent(s): adcb711

update readme

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -1,8 +1,8 @@
1
 
2
  ### Model Sources
3
- Paper: LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages
4
-
5
- Link: https://arxiv.org/pdf/2407
6
 
7
  ### Model Description
8
 
@@ -12,7 +12,6 @@ Link: https://arxiv.org/pdf/2407
12
 
13
  ### Model Usage
14
 
15
-
16
  Code Example:
17
  ```angular2html
18
  from transformers import AutoTokenizer, LlamaForCausalLM
@@ -31,10 +30,10 @@ tokenizer.batch_decode(generate_ids, skip_special_tokens=True, clean_up_tokeniza
31
  ### Experiments
32
 
33
 
34
- | X-CSQA |Sw | Ur | Hi | Ar | Vi | Ja | Pl | Zh | Nl | Ru | It | De | Pt | Fr | Es | En | Avg.|
35
- |-----------------------|-------|------|------|-------|------|----|-------|------|-------|----|------|------|-------|------|-------|--------|--------|
36
- | Llama2-7B-X-CSQA | 23.2 |24.7 | 32.9 | 32.4 | 51.0 | 50.0 | 51.5 | 55.6 | 56.9 | 55.8 | 58.8 | 59.9 | 60.4 | 61.8 | 61.9 | 78.1 | 50.9 |
37
- | LLaMAX-7B-X-CSQA | 43.5 | 39.0 | 44.1 | 45.1 | 54.0 | 49.9 | 54.6 | 58.2 | 58.9 | 57.1 | 59.1 | 59.0 | 60.9 | 61.6 | 62.7 | 74.0 | 55.1 |
38
 
39
  ### Citation
40
  if our model helps your work, please cite this paper:
 
1
 
2
  ### Model Sources
3
+ - **Paper**: LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages
4
+ - **Link**:
5
+ - **Repository**: https://github.com/CONE-MT/LLaMAX/
6
 
7
  ### Model Description
8
 
 
12
 
13
  ### Model Usage
14
 
 
15
  Code Example:
16
  ```angular2html
17
  from transformers import AutoTokenizer, LlamaForCausalLM
 
30
  ### Experiments
31
 
32
 
33
+ | X-CSQA | Avg. | Sw | Ur | Hi | Ar | Vi | Ja | Pl | Zh | Nl | Ru | It | De | Pt | Fr | Es | En |
34
+ |--------------------|------|------|------|------|------|----|-------|------|-------|----|------|------|-------|------|-------|--------|--------|
35
+ | Llama2-7B-X-CSQA | 50.9 | 23.2 | 24.7 | 32.9 | 32.4 | 51.0 | 50.0 | 51.5 | 55.6 | 56.9 | 55.8 | 58.8 | 59.9 | 60.4 | 61.8 | 61.9 | 78.1 |
36
+ | LLaMAX-7B-X-CSQA | 55.1 | 43.5 | 39.0 | 44.1 | 45.1 | 54.0 | 49.9 | 54.6 | 58.2 | 58.9 | 57.1 | 59.1 | 59.0 | 60.9 | 61.6 | 62.7 | 74.0 |
37
 
38
  ### Citation
39
  if our model helps your work, please cite this paper: