Instructions to use za17/helsinki-biomedical-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use za17/helsinki-biomedical-finetuned with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="za17/helsinki-biomedical-finetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("za17/helsinki-biomedical-finetuned") model = AutoModelForSeq2SeqLM.from_pretrained("za17/helsinki-biomedical-finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 3659423f82e92ddb055ad3d681ba41bab1b6db720f94972d43a9db3a55ebf00b
- Size of remote file:
- 5.18 kB
- SHA256:
- d9c23a95b52128c133143d8847bfa4f4a2dfd234abefea64204da3abdee5f725
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.