Shefreie/empathetic_dialogues_context_classification
010
<!-- 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. -->
empatheticdialoguescontext_classification
This model is a fine-tuned version of albert-base-v2 on empatheticDialogues dataset. It achieves the following results on the evaluation set:
- Loss: 1.6758
- F1: 0.5315
- Accuracy: 0.5315
Access to Code
https://gist.github.com/zolfaShefreie/ae87ac2944e4f7b24609e0c28fde8449
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- trainbatchsize: 32
- evalbatchsize: 32
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lrschedulertype: constant
- num_epochs: 10
Training results
Evaloation Result
on EmpatheticDialogues dataset (test split) and using whole history as input:

on empathetic-dialogues-contexts dataset (test split):

Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
