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