versae/nb-sbert-base-edu-scorer-lr3e4-bs32
032
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->
nb-sbert-base-edu-scorer-lr3e4-bs32
This model is a fine-tuned version of NbAiLab/nb-sbert-base on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 1.1391
- Precision: 0.4950
- Recall: 0.32
- F1 Macro: 0.3154
- Accuracy: 0.3455
Model description
More information needed
Intended uses & limitations
More information needed
Test results
Binary classification accuracy (threshold at label 3) ≈ 79.27%
Test Report:
precision recall f1-score support
0 0.78 0.49 0.60 100
1 0.32 0.38 0.35 100
2 0.29 0.51 0.37 100
3 0.24 0.34 0.28 100
4 0.35 0.16 0.22 100
5 1.00 0.04 0.08 50
accuracy 0.35 550
macro avg 0.49 0.32 0.32 550
weighted avg 0.45 0.35 0.34 550Confusion Matrix:
[[49 43 5 3 0 0]
[12 38 42 7 1 0]
[ 2 30 51 17 0 0]
[ 0 8 47 34 11 0]
[ 0 1 24 59 16 0]
[ 0 0 6 24 18 2]]Test metrics
epoch = 20.0
eval_accuracy = 0.3455
eval_f1_macro = 0.3154
eval_loss = 1.1391
eval_precision = 0.495
eval_recall = 0.32
eval_runtime = 0:00:05.66
eval_samples_per_second = 97.116
eval_steps_per_second = 3.178Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0003
- trainbatchsize: 32
- evalbatchsize: 32
- seed: 42
- optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
- lrschedulertype: linear
- num_epochs: 20
Training results
Framework versions
- Transformers 4.53.2
- Pytorch 2.7.1+cu126
- Datasets 4.0.0
- Tokenizers 0.21.2
