Indonesian QEA for Public Figure in News Article with BERT
Collection
9 items • Updated
How to use damand2061/pfsa-id-med-NusaBERT with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="damand2061/pfsa-id-med-NusaBERT") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("damand2061/pfsa-id-med-NusaBERT")
model = AutoModelForTokenClassification.from_pretrained("damand2061/pfsa-id-med-NusaBERT")This model is a fine-tuned version of LazarusNLP/NusaBERT-base 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:
| Train Loss | Validation Loss | Validation F1 | Validation Accuracy | Epoch |
|---|---|---|---|---|
| 0.3937 | 0.2724 | 0.6512 | 0.9110 | 0 |
| 0.2361 | 0.2354 | 0.7562 | 0.9255 | 1 |
| 0.1954 | 0.2295 | 0.8054 | 0.9296 | 2 |
| 0.1651 | 0.2309 | 0.8228 | 0.9303 | 3 |
| 0.1463 | 0.2312 | 0.8260 | 0.9308 | 4 |
Base model
LazarusNLP/NusaBERT-base