Text Classification
Transformers
Safetensors
llama
text-embeddings-inference
8-bit precision
bitsandbytes
Instructions to use dehannoor3199/tl_sent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dehannoor3199/tl_sent with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dehannoor3199/tl_sent")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dehannoor3199/tl_sent") model = AutoModelForSequenceClassification.from_pretrained("dehannoor3199/tl_sent", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K