Zero-Shot Classification
Transformers
Safetensors
PyTorch
English
zero-shot
multi-label
text-classification
Instructions to use polodealvarado/polyencoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use polodealvarado/polyencoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="polodealvarado/polyencoder")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("polodealvarado/polyencoder", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_type": "polyencoder", | |
| "encoder_name": "bert-base-uncased", | |
| "param_count": 109494528, | |
| "num_steps": 1000, | |
| "best_step": 950, | |
| "batch_size": 2, | |
| "learning_rate": 2e-05, | |
| "train_time_s": 359.68, | |
| "precision": 0.9463, | |
| "recall": 0.9677, | |
| "f1": 0.9569 | |
| } |