ariel-ml/HuSST-augmented
Viewer • Updated • 21k • 141
How to use ariel-ml/husst-hubert-hungarian with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="ariel-ml/husst-hubert-hungarian") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("ariel-ml/husst-hubert-hungarian")
model = AutoModelForSequenceClassification.from_pretrained("ariel-ml/husst-hubert-hungarian")This model is a fine-tuned version of SZTAKI-HLT/hubert-base-cc on ariel-ml/HuSST-augmented dataset.
The following hyperparameters were used during training:
It achieves the following results on the evaluation set:
precision recall f1-score support
0 0.77 0.90 0.83 697
1 0.79 0.54 0.64 435
2 0.45 0.67 0.54 33
accuracy 0.76 1165
macro avg 0.67 0.70 0.67 1165
weighted avg 0.77 0.76 0.75 1165
Base model
SZTAKI-HLT/hubert-base-cc