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: 135 Bytes
7835732 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a4f125e8a4585f436a06baa64d1efcd7f8c948fb5e9057f5b97723a87a9c6380
size 3114044785
|