elmurod1202/daryo_news_categorized
Viewer • Updated • 133k • 12 • 1
How to use elmurod1202/bertbek-news-classifier with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="elmurod1202/bertbek-news-classifier") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("elmurod1202/bertbek-news-classifier")
model = AutoModelForSequenceClassification.from_pretrained("elmurod1202/bertbek-news-classifier")This model is a fine-tuned version of elmurod1202/bertbek-news-big-cased on the daryo news dataset elmurod1202/daryo_news_categorized. It achieves the following results on the evaluation set:
BERTbek model fine-tuned for text classification
Text classification model for Uzbek texts
Daryo news dataset: elmurod1202/daryo_news_categorized
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.22 | 1.0 | 3378 | 0.1993 |
| 0.1194 | 2.0 | 6756 | 0.2308 |
| 0.0633 | 3.0 | 10134 | 0.2955 |
Base model
elmurod1202/bertbek-news-big-cased