Dcolinmorgan/disaster-tw
Viewer • Updated • 211k • 31 • 2
How to use Dcolinmorgan/distaster-mlx-model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Dcolinmorgan/distaster-mlx-model") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Dcolinmorgan/distaster-mlx-model")
model = AutoModelForSequenceClassification.from_pretrained("Dcolinmorgan/distaster-mlx-model")distaster inference from tweets trained locally on M1 max via mlx
bert-base-uncased with labels tuned to 2
Description of the training process.
epoch and accuracy based.
This model was trained and evaluated using Weights & Biases. You can see the training and evaluation logs here.