grit-id/id_nergrit_corpus
Updated • 165 • 7
How to use kiipliwooke/KIPBERT with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="kiipliwooke/KIPBERT") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("kiipliwooke/KIPBERT")
model = AutoModelForTokenClassification.from_pretrained("kiipliwooke/KIPBERT")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.4926 | 1.0 | 784 | 0.1810 | 0.7860 | 0.8172 | 0.8013 | 0.9450 |
| 0.1627 | 2.0 | 1568 | 0.1731 | 0.8058 | 0.8325 | 0.8189 | 0.9503 |
Base model
indolem/indobert-base-uncased