Masioki commited on
Commit
3d5f197
·
verified ·
1 Parent(s): d73608d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -10
README.md CHANGED
@@ -3,7 +3,25 @@ tags:
3
  - generated_from_trainer
4
  model-index:
5
  - name: gttbsc_phi-freezed-best
6
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -11,21 +29,20 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # gttbsc_phi-freezed-best
13
 
14
- This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
 
16
  ## Model description
17
 
18
- More information needed
 
 
19
 
20
- ## Intended uses & limitations
21
-
22
- More information needed
23
 
24
  ## Training and evaluation data
25
 
26
- More information needed
 
27
 
28
- ## Training procedure
29
 
30
  ### Training hyperparameters
31
 
@@ -40,8 +57,6 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_type: linear
41
  - num_epochs: 20
42
 
43
- ### Training results
44
-
45
 
46
 
47
  ### Framework versions
 
3
  - generated_from_trainer
4
  model-index:
5
  - name: gttbsc_phi-freezed-best
6
+ results:
7
+ - task:
8
+ type: dialogue act classification
9
+ dataset:
10
+ name: asapp/slue-phase-2
11
+ type: hvb
12
+ metrics:
13
+ - name: F1 macro E2E
14
+ type: F1 macro
15
+ value: 65.66
16
+ - name: F1 macro GT
17
+ type: F1 macro
18
+ value: 69.97
19
+ datasets:
20
+ - asapp/slue-phase-2
21
+ language:
22
+ - en
23
+ metrics:
24
+ - f1-macro
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # gttbsc_phi-freezed-best
31
 
32
+ Ground truth text based multi-label DAC
33
 
34
  ## Model description
35
 
36
+ Backbone: [Phi 3 mini](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct)
37
+ Pooling: Weighted mean pooling
38
+ Multi-label classification head: 2 dense layers with two dropouts 0.3 and Tanh activation inbetween
39
 
 
 
 
40
 
41
  ## Training and evaluation data
42
 
43
+ Trained on ground truth.
44
+ Evaluated on ground truth (GT) and normalized [Whisper small](https://huggingface.co/openai/whisper-small) transcripts (E2E).
45
 
 
46
 
47
  ### Training hyperparameters
48
 
 
57
  - lr_scheduler_type: linear
58
  - num_epochs: 20
59
 
 
 
60
 
61
 
62
  ### Framework versions