Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Shunian/mbti-classification-roberta-base-aug with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shunian/mbti-classification-roberta-base-aug with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Shunian/mbti-classification-roberta-base-aug")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Shunian/mbti-classification-roberta-base-aug") model = AutoModelForSequenceClassification.from_pretrained("Shunian/mbti-classification-roberta-base-aug") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 31a62ed85eb69bc16b1fbf1094e4ae1836d77014f06cf392bbe0435f4ce37f1e
- Size of remote file:
- 3.5 kB
- SHA256:
- 6d124226e848179955e16be56e9db45a40e45701dcecf0b99ae0a7011e74ec56
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.