ymoslem commited on
Commit
b43e879
·
verified ·
1 Parent(s): 10f06b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -60,6 +60,7 @@ metrics:
60
  - pearsonr
61
  - mae
62
  - r_squared
 
63
  ---
64
 
65
 
@@ -79,7 +80,8 @@ This model is for reference-free quality estimation (QE) of machine translation
79
 
80
  ### Training hyperparameters
81
 
82
- This version of the model uses `tokenizer.model_max_length=512`. The model with full length can be found here [ymoslem/ModernBERT-large-qe-v1](https://huggingface.co/ymoslem/ModernBERT-large-qe-v1/)
 
83
 
84
  The following hyperparameters were used during training:
85
  - learning_rate: 8e-05
 
60
  - pearsonr
61
  - mae
62
  - r_squared
63
+ new_version: ymoslem/ModernBERT-large-qe-v1
64
  ---
65
 
66
 
 
80
 
81
  ### Training hyperparameters
82
 
83
+ This version of the model uses `tokenizer.model_max_length=512`.
84
+ The model with full length of 8192 can be found here [ymoslem/ModernBERT-large-qe-v1](https://huggingface.co/ymoslem/ModernBERT-large-qe-v1/)
85
 
86
  The following hyperparameters were used during training:
87
  - learning_rate: 8e-05