community-datasets/caner
Viewer • Updated • 258k • 171 • 1
How to use terzimert/bert-finetuned-ner-balancedData with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="terzimert/bert-finetuned-ner-balancedData") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("terzimert/bert-finetuned-ner-balancedData")
model = AutoModelForTokenClassification.from_pretrained("terzimert/bert-finetuned-ner-balancedData")This model is a fine-tuned version of bert-base-multilingual-cased on the caner 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.3967 | 1.0 | 2396 | 0.6536 | 0.6556 | 0.7356 | 0.6933 | 0.8696 |
| 0.2112 | 2.0 | 4792 | 0.6049 | 0.7372 | 0.7658 | 0.7512 | 0.8958 |
| 0.1353 | 3.0 | 7188 | 0.6584 | 0.7292 | 0.7543 | 0.7415 | 0.8972 |