Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
multi-class-classification
text-embeddings-inference
Instructions to use minuva/MiniLMv2-agentflow-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use minuva/MiniLMv2-agentflow-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="minuva/MiniLMv2-agentflow-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("minuva/MiniLMv2-agentflow-v2") model = AutoModelForSequenceClassification.from_pretrained("minuva/MiniLMv2-agentflow-v2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ba5180e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1def2c40b83d641bb90a36f594e188cd44ad8f4579d53fa91dcf4f73013ff3df
size 4856
|