Pablex commited on
Commit
e4ef9d6
·
verified ·
1 Parent(s): a474aea

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -3,7 +3,6 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: openai/whisper-tiny
5
  tags:
6
- - audio-classification
7
  - generated_from_trainer
8
  metrics:
9
  - accuracy
@@ -17,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # whisper_tiny_fleurs
19
 
20
- This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the /home/investigacion/disco4TB/workspace_pablo/firvox_whisper_research/finetunnig/dataset/dataset_parquet/dataset_1000x6_noFirVox_correctedpaths.parquet dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.9658
23
- - Accuracy: 0.7744
24
 
25
  ## Model description
26
 
@@ -51,14 +50,16 @@ The following hyperparameters were used during training:
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
  - lr_scheduler_warmup_ratio: 0.1
54
- - num_epochs: 1.0
55
  - mixed_precision_training: Native AMP
56
 
57
  ### Training results
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
60
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
61
- | 1.0287 | 1.0 | 80 | 0.9658 | 0.7744 |
 
 
62
 
63
 
64
  ### Framework versions
 
3
  license: apache-2.0
4
  base_model: openai/whisper-tiny
5
  tags:
 
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
 
16
 
17
  # whisper_tiny_fleurs
18
 
19
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.4373
22
+ - Accuracy: 0.87
23
 
24
  ## Model description
25
 
 
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
  - lr_scheduler_warmup_ratio: 0.1
53
+ - num_epochs: 3.0
54
  - mixed_precision_training: Native AMP
55
 
56
  ### Training results
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
59
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
60
+ | 0.9061 | 1.0 | 80 | 0.7686 | 0.7856 |
61
+ | 0.4682 | 2.0 | 160 | 0.5186 | 0.8389 |
62
+ | 0.286 | 3.0 | 240 | 0.4373 | 0.87 |
63
 
64
 
65
  ### Framework versions