medical-mt-fr-en
This model was fine-tuned based on Helsinki-NLP/opus-mt-fr-en on WMT14 medical translation dataset.
source language: French
target language: English
Inference
from transformers import pipeline
text = 'Coombs négatif anémie hémolytique'
translator = pipeline("translation", model="kwang123/medical-mt-fr-en")
translator(text)
- Downloads last month
- 105
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.