Instructions to use TransQuest/monotransquest-hter-en_lv-it-nmt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TransQuest/monotransquest-hter-en_lv-it-nmt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TransQuest/monotransquest-hter-en_lv-it-nmt")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("TransQuest/monotransquest-hter-en_lv-it-nmt") model = AutoModelForSequenceClassification.from_pretrained("TransQuest/monotransquest-hter-en_lv-it-nmt") - Notebooks
- Google Colab
- Kaggle
| eval_loss = 0.02528853636137267 | |
| mae = 0.11613667 | |
| pearson_corr = 0.7081096718502358 | |
| spearman_corr = 0.7038776536683379 | |