Text Classification
Transformers
Safetensors
distilbert
feature-extraction
sarcasm-detection
text-embeddings-inference
Instructions to use ayushdh96/Sarcasm_Detection_Distill_Bert_Fine_Tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ayushdh96/Sarcasm_Detection_Distill_Bert_Fine_Tuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ayushdh96/Sarcasm_Detection_Distill_Bert_Fine_Tuned")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ayushdh96/Sarcasm_Detection_Distill_Bert_Fine_Tuned") model = AutoModel.from_pretrained("ayushdh96/Sarcasm_Detection_Distill_Bert_Fine_Tuned") - Notebooks
- Google Colab
- Kaggle
Ctrl+K