eriktks/conll2003
Updated • 41.8k • 166
How to use om-ashish-soni/pos-ner-tagging with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="om-ashish-soni/pos-ner-tagging") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("om-ashish-soni/pos-ner-tagging")
model = AutoModelForTokenClassification.from_pretrained("om-ashish-soni/pos-ner-tagging")This model is a fine-tuned version of om-ashish-soni/pos-ner-tagging on the conll2003 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.6746 | 1.0 | 1756 | 0.6405 | 0.7932 | 0.7137 | 0.7513 | 0.8002 |
| 0.5604 | 2.0 | 3512 | 0.5519 | 0.8312 | 0.7655 | 0.7970 | 0.8333 |
| 0.482 | 3.0 | 5268 | 0.4807 | 0.8555 | 0.8066 | 0.8303 | 0.8595 |
| 0.3909 | 4.0 | 7024 | 0.4579 | 0.8635 | 0.8201 | 0.8413 | 0.8672 |
| 0.3353 | 5.0 | 8780 | 0.4545 | 0.8648 | 0.8245 | 0.8442 | 0.8695 |
| 0.2641 | 6.0 | 10536 | 0.4518 | 0.8725 | 0.8367 | 0.8542 | 0.8773 |
| 0.2315 | 7.0 | 12292 | 0.4082 | 0.8924 | 0.8639 | 0.8779 | 0.8951 |
| 0.215 | 8.0 | 14048 | 0.4131 | 0.8932 | 0.8666 | 0.8797 | 0.8956 |
| 0.1662 | 9.0 | 15804 | 0.4064 | 0.8951 | 0.8719 | 0.8833 | 0.8986 |
| 0.1532 | 10.0 | 17560 | 0.4015 | 0.8992 | 0.8762 | 0.8876 | 0.9021 |
Unable to build the model tree, the base model loops to the model itself. Learn more.