grit-id/id_nergrit_corpus
Updated • 193 • 7
How to use bryanahusna/my_nergrit_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="bryanahusna/my_nergrit_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("bryanahusna/my_nergrit_model")
model = AutoModelForTokenClassification.from_pretrained("bryanahusna/my_nergrit_model")This model is a fine-tuned version of indolem/indobert-base-uncased on the id_nergrit_corpus 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 | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.5063 | 1.0 | 784 | 0.1926 | 0.7911 | 0.8243 | 0.8074 | 0.9418 |
| 0.164 | 2.0 | 1568 | 0.1786 | 0.8115 | 0.8398 | 0.8254 | 0.9472 |
Base model
indolem/indobert-base-uncased