universityofbucharest/moroco
Updated • 168 • 1
How to use mateiaassAI/teacher_agnews_moroco with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="mateiaassAI/teacher_agnews_moroco") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("mateiaassAI/teacher_agnews_moroco")
model = AutoModelForSequenceClassification.from_pretrained("mateiaassAI/teacher_agnews_moroco")This model is a fine-tuned version of mateiaassAI/teacher_ag-news on the moroco 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 | F1 | Roc Auc | Accuracy | Precision | Recall |
|---|---|---|---|---|---|---|---|---|
| 0.1163 | 1.0 | 1358 | 0.0982 | 0.8669 | None | 0.8505 | 0.8830 | 0.8523 |
| 0.0812 | 2.0 | 2716 | 0.0951 | 0.8735 | None | 0.8549 | 0.8764 | 0.8708 |
Base model
dumitrescustefan/bert-base-romanian-cased-v1