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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ 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
83
 
84
  The following hyperparameters were used during training:
85
  - learning_rate: 8e-05
 
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