Instructions to use TransQuest/microtransquest-de_en-pharmaceutical-smt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TransQuest/microtransquest-de_en-pharmaceutical-smt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="TransQuest/microtransquest-de_en-pharmaceutical-smt")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("TransQuest/microtransquest-de_en-pharmaceutical-smt") model = AutoModelForTokenClassification.from_pretrained("TransQuest/microtransquest-de_en-pharmaceutical-smt") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
4510de4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:596c7ad0f5cb68ef26acab5926698307e4f27a3cd500508601fa620fe03ecdce
size 2235424264
|