Token Classification
Transformers
Safetensors
English
bert
text-classification
code
nlp
classification
cli
terminal
Instructions to use brahmairesearch/CLIpsy-Tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use brahmairesearch/CLIpsy-Tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="brahmairesearch/CLIpsy-Tiny")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("brahmairesearch/CLIpsy-Tiny") model = AutoModelForSequenceClassification.from_pretrained("brahmairesearch/CLIpsy-Tiny") - Notebooks
- Google Colab
- Kaggle
Ctrl+K