rollerhafeezh-amikom/fire-classification
Viewer • Updated • 2.33k • 134 • 1
How to use rollerhafeezh-amikom/indobertweet-base-uncased-fire-classification-silvanus with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="rollerhafeezh-amikom/indobertweet-base-uncased-fire-classification-silvanus") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("rollerhafeezh-amikom/indobertweet-base-uncased-fire-classification-silvanus")
model = AutoModelForSequenceClassification.from_pretrained("rollerhafeezh-amikom/indobertweet-base-uncased-fire-classification-silvanus")This model is a fine-tuned version of indolem/indobertweet-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 49 | 0.2508 | 0.8372 |
| No log | 2.0 | 98 | 0.1133 | 0.9535 |
| No log | 3.0 | 147 | 0.1071 | 0.9767 |
Base model
indolem/indobertweet-base-uncased