universal-dependencies/universal_dependencies
Updated • 5.12k • 34
How to use izaitova/ruBert-large-upos with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="izaitova/ruBert-large-upos") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("izaitova/ruBert-large-upos")
model = AutoModelForTokenClassification.from_pretrained("izaitova/ruBert-large-upos")This model is a fine-tuned version of ai-forever/ruBert-large on the universal_dependencies 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 |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 338 | 0.4759 | 0.7967 | 0.7249 | 0.7532 | 0.8557 |
| No log | 2.0 | 676 | 0.4344 | 0.8307 | 0.7502 | 0.7831 | 0.8686 |
| No log | 3.0 | 1014 | 0.6906 | 0.7842 | 0.7480 | 0.7563 | 0.8674 |
| No log | 4.0 | 1352 | 0.4757 | 0.8185 | 0.7578 | 0.7777 | 0.8816 |
| No log | 5.0 | 1690 | 0.6291 | 0.7791 | 0.7721 | 0.7670 | 0.8792 |
| No log | 6.0 | 2028 | 0.6466 | 0.7967 | 0.7677 | 0.7721 | 0.8863 |
| No log | 7.0 | 2366 | 0.7072 | 0.7751 | 0.7700 | 0.7704 | 0.8809 |
| No log | 8.0 | 2704 | 0.7623 | 0.7957 | 0.7678 | 0.7749 | 0.8838 |
| No log | 9.0 | 3042 | 0.7458 | 0.7922 | 0.7716 | 0.7773 | 0.8873 |
| No log | 10.0 | 3380 | 0.7560 | 0.7916 | 0.7709 | 0.7767 | 0.8869 |
Base model
ai-forever/ruBert-large