RCC-MSU/collection3
Updated • 349 • 8
How to use viktoroo/sberbank-rubert-base-collection3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="viktoroo/sberbank-rubert-base-collection3") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("viktoroo/sberbank-rubert-base-collection3")
model = AutoModelForTokenClassification.from_pretrained("viktoroo/sberbank-rubert-base-collection3")This model is a fine-tuned version of sberbank-ai/ruBert-base on the collection3 dataset. It achieves the following results on the validation 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.0899 | 1.0 | 2326 | 0.0760 | 0.9040 | 0.9330 | 0.9182 | 0.9787 |
| 0.0522 | 2.0 | 4652 | 0.0680 | 0.9330 | 0.9339 | 0.9335 | 0.9821 |
| 0.0259 | 3.0 | 6978 | 0.0745 | 0.9308 | 0.9512 | 0.9409 | 0.9838 |
| 0.0114 | 4.0 | 9304 | 0.0731 | 0.9372 | 0.9573 | 0.9471 | 0.9857 |
| 0.0027 | 5.0 | 11630 | 0.0772 | 0.9380 | 0.9594 | 0.9486 | 0.9860 |
Base model
ai-forever/ruBert-base