dathuynh1108/ner-address-standard-dataset
Viewer • Updated • 11.3M • 30
How to use dathuynh1108/ner-address-electra-base-vn with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="dathuynh1108/ner-address-electra-base-vn") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("dathuynh1108/ner-address-electra-base-vn")
model = AutoModelForTokenClassification.from_pretrained("dathuynh1108/ner-address-electra-base-vn")This model is a fine-tuned version of NlpHUST/electra-base-vn on my 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 |
|---|---|---|---|---|---|---|
| 0.0032 | 1.0 | 79290 | 0.0027 | 0.9985 | 0.9988 | 0.9986 |
| 0.0022 | 2.0 | 158580 | 0.0019 | 0.9989 | 0.9992 | 0.9991 |
| 0.0017 | 3.0 | 237870 | 0.0016 | 0.9992 | 0.9994 | 0.9993 |
| 0.0017 | 4.0 | 317160 | 0.0015 | 0.9993 | 0.9995 | 0.9994 |
| 0.0005 | 5.0 | 396450 | 0.0016 | 0.9994 | 0.9995 | 0.9994 |
Base model
NlpHUST/electra-base-vn