Text Classification
Transformers
Safetensors
English
bert
fine-tuning
Eval Results (legacy)
text-embeddings-inference
Instructions to use real-jiakai/NLP_with_Disaster_Tweets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use real-jiakai/NLP_with_Disaster_Tweets with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="real-jiakai/NLP_with_Disaster_Tweets")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("real-jiakai/NLP_with_Disaster_Tweets") model = AutoModelForSequenceClassification.from_pretrained("real-jiakai/NLP_with_Disaster_Tweets") - Notebooks
- Google Colab
- Kaggle
Ctrl+K