Indonesian QEA for Public Figure in News Article with BERT
Collection
9 items • Updated
How to use damand2061/pfsa-id-indobertweet with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="damand2061/pfsa-id-indobertweet") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("damand2061/pfsa-id-indobertweet")
model = AutoModelForTokenClassification.from_pretrained("damand2061/pfsa-id-indobertweet")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:
| Train Loss | Validation Loss | Validation F1 | Validation Accuracy | Epoch |
|---|---|---|---|---|
| 0.4079 | 0.2687 | 0.6559 | 0.9147 | 0 |
| 0.2427 | 0.2365 | 0.7617 | 0.9239 | 1 |
| 0.1902 | 0.2391 | 0.7911 | 0.9240 | 2 |
| 0.1546 | 0.2562 | 0.8054 | 0.9224 | 3 |
| 0.1296 | 0.2636 | 0.8092 | 0.9229 | 4 |
Base model
indolem/indobertweet-base-uncased