stulcrad/CNEC2_0_CONLL_ext
Viewer • Updated • 8.92k • 16
How to use stulcrad/CNEC_2_0_ext_robeczech-base with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="stulcrad/CNEC_2_0_ext_robeczech-base") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("stulcrad/CNEC_2_0_ext_robeczech-base")
model = AutoModelForTokenClassification.from_pretrained("stulcrad/CNEC_2_0_ext_robeczech-base")This model is a fine-tuned version of ufal/robeczech-base on the cnec 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.2593 | 4.46 | 1000 | 0.1653 | 0.8195 | 0.8223 | 0.8209 | 0.9593 |
| 0.1209 | 8.93 | 2000 | 0.1355 | 0.8441 | 0.8789 | 0.8612 | 0.9679 |
| 0.0763 | 13.39 | 3000 | 0.1310 | 0.8591 | 0.8893 | 0.8739 | 0.9709 |
| 0.0539 | 17.86 | 4000 | 0.1383 | 0.8656 | 0.8953 | 0.8802 | 0.9719 |
| 0.0403 | 22.32 | 5000 | 0.1392 | 0.8626 | 0.8943 | 0.8782 | 0.9710 |
| 0.0316 | 26.79 | 6000 | 0.1539 | 0.8606 | 0.8948 | 0.8774 | 0.9712 |
| 0.0254 | 31.25 | 7000 | 0.1552 | 0.8660 | 0.8913 | 0.8785 | 0.9706 |
| 0.0211 | 35.71 | 8000 | 0.1621 | 0.8658 | 0.8968 | 0.8810 | 0.9701 |
| 0.0183 | 40.18 | 9000 | 0.1593 | 0.8688 | 0.8973 | 0.8828 | 0.9718 |
| 0.0161 | 44.64 | 10000 | 0.1638 | 0.8653 | 0.8993 | 0.8820 | 0.9714 |
| 0.015 | 49.11 | 11000 | 0.1663 | 0.8633 | 0.8933 | 0.8780 | 0.9703 |
Base model
ufal/robeczech-base