Instructions to use TransQuest/monotransquest-da-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TransQuest/monotransquest-da-multilingual with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TransQuest/monotransquest-da-multilingual")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("TransQuest/monotransquest-da-multilingual") model = AutoModelForSequenceClassification.from_pretrained("TransQuest/monotransquest-da-multilingual") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
c0c744f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5d15615f89f9616990c380a0d30ad8b3466abeda4f322dc8f25f844fac25a783
size 4479372453
|