Text Classification
Transformers
PyTorch
TensorFlow
English
roberta
marketing mix
multi-label
classification
microblog
tweets
text-embeddings-inference
Instructions to use dmr76/mmx_classifier_microblog_ENv02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dmr76/mmx_classifier_microblog_ENv02 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dmr76/mmx_classifier_microblog_ENv02")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dmr76/mmx_classifier_microblog_ENv02") model = AutoModelForSequenceClassification.from_pretrained("dmr76/mmx_classifier_microblog_ENv02", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
9acaea1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2ff0fbe89712ad3626b5d4db25ad64d5783b88738ab668fdf6e6d4cdb6f4cf3e
size 1421595381
|