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
- 15
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.