File size: 1,726 Bytes
3691299 7487dfd 148adb2 7487dfd 148adb2 7487dfd 3691299 390b1f7 3691299 7487dfd 3691299 7487dfd 1eb59bf 3691299 8cd766e 3691299 81757fa 3691299 7487dfd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
---
tags:
- generated_from_trainer
model-index:
- name: gttbsc_distilbert-freezed-best
results:
- task:
type: dialogue act classification
dataset:
name: asapp/slue-phase-2
type: hvb
metrics:
- name: F1 macro E2E
type: F1 macro
value: 63.46
- name: F1 macro GT
type: F1 macro
value: 69.82
datasets:
- asapp/slue-phase-2
language:
- en
metrics:
- f1-macro
---
<!-- 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. -->
# gttbsc_distilbert-freezed-best
Ground truth text based multi-label DAC
## Model description
Backbone: [DistilBert uncased](https://huggingface.co/distilbert/distilbert-base-uncased)
Pooling: Self attention
Multi-label classification head: 2 dense layers with two dropouts 0.3 and Tanh activation inbetween
## Training and evaluation data
Trained on ground truth [slue-phase-2 hvb](https://huggingface.co/datasets/asapp/slue-phase-2).
Evaluated on ground truth (GT) and [Whisper small](https://huggingface.co/openai/whisper-small) transcripts (E2E).
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.00043
- weight decay: 1.5e-06
- train_batch_size: 2
- eval_batch_size: 2
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 8
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 20 (due to small patience stopped at around 3 epoch)
### Framework versions
- Transformers 4.41.1
- Pytorch 2.3.0+cu121
- Datasets 2.19.1
- Tokenizers 0.19.1 |