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