Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Mediocre-Judge/my_mind_classifier_BertMini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mediocre-Judge/my_mind_classifier_BertMini with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mediocre-Judge/my_mind_classifier_BertMini")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mediocre-Judge/my_mind_classifier_BertMini") model = AutoModelForSequenceClassification.from_pretrained("Mediocre-Judge/my_mind_classifier_BertMini", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2bd452f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:667bde7192a27e9cdc5df9272ca4f0cf431ab71032006462024d0386825ec9e4
size 5240
|