Translation
jwang214 commited on
Commit
f8e5a6f
·
verified ·
1 Parent(s): 82be9c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -83,8 +83,7 @@ license: apache-2.0
83
  ---
84
 
85
  This is an improved version of [AfriCOMET-STL (single task)](https://github.com/masakhane-io/africomet) evaluation model: It receives a triplet with (source sentence, translation, reference translation) and returns a score that reflects the quality of the translation compared to both source and reference.
86
-
87
- Different from the original AfriCOMET-STL, this MT evaluation model is based on an improved African enhanced encoder, [afro-xlmr-large-76L](https://huggingface.co/Davlan/afro-xlmr-large-76L), which leads better performance on quality estimation of African-related machine translation, verified in WMT 2024 Metrics Shared Task.
88
 
89
  # Paper
90
 
@@ -114,7 +113,7 @@ Or using Python:
114
  ```python
115
  from comet import download_model, load_from_checkpoint
116
 
117
- model_path = download_model("masakhane/africomet-stl")
118
  model = load_from_checkpoint(model_path)
119
  data = [
120
  {
 
83
  ---
84
 
85
  This is an improved version of [AfriCOMET-STL (single task)](https://github.com/masakhane-io/africomet) evaluation model: It receives a triplet with (source sentence, translation, reference translation) and returns a score that reflects the quality of the translation compared to both source and reference.
86
+ Different from the original AfriCOMET-STL, this MT evaluation model is based on an improved African enhanced encoder, [afro-xlmr-large-76L](https://huggingface.co/Davlan/afro-xlmr-large-76L), which leads better performance on African-related machine translation evaluation, verified in WMT 2024 Metrics Shared Task.
 
87
 
88
  # Paper
89
 
 
113
  ```python
114
  from comet import download_model, load_from_checkpoint
115
 
116
+ model_path = download_model("masakhane/africomet-stl-1.1")
117
  model = load_from_checkpoint(model_path)
118
  data = [
119
  {