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