Model save
Browse files- README.md +68 -0
- adapter_model.safetensors +1 -1
- runs/Jun24_15-53-33_Sassi/events.out.tfevents.1719240815.Sassi.25436.0 +3 -0
- runs/Jun24_15-56-01_Sassi/events.out.tfevents.1719240963.Sassi.24508.0 +3 -0
- runs/Jun24_15-57-52_Sassi/events.out.tfevents.1719241074.Sassi.28084.0 +3 -0
- runs/Jun24_16-46-28_Sassi/events.out.tfevents.1719243989.Sassi.28084.1 +3 -0
- runs/Jun24_16-50-06_Sassi/events.out.tfevents.1719244208.Sassi.19980.0 +3 -0
- runs/Jun24_16-57-07_Sassi/events.out.tfevents.1719244628.Sassi.28940.0 +3 -0
- runs/Jun24_16-58-38_Sassi/events.out.tfevents.1719244720.Sassi.12296.0 +3 -0
- runs/Jun24_17-02-21_Sassi/events.out.tfevents.1719244942.Sassi.20908.0 +3 -0
- runs/Jun24_17-03-48_Sassi/events.out.tfevents.1719245029.Sassi.26444.0 +3 -0
- runs/Jun24_17-05-29_Sassi/events.out.tfevents.1719245130.Sassi.18544.0 +3 -0
- runs/Jun25_14-09-18_Sassi/events.out.tfevents.1719320960.Sassi.5804.0 +3 -0
- runs/Jun25_14-19-04_Sassi/events.out.tfevents.1719321545.Sassi.35200.0 +3 -0
- runs/Jun25_14-22-27_Sassi/events.out.tfevents.1719321748.Sassi.34932.0 +3 -0
- runs/Jun25_15-15-25_Sassi/events.out.tfevents.1719324927.Sassi.11656.0 +3 -0
- runs/Jun25_15-37-55_Sassi/events.out.tfevents.1719326277.Sassi.31732.0 +3 -0
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
base_model: Wsassi/whisper-small-minds14
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
+
model-index:
|
9 |
+
- name: whisper-small-minds14
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# whisper-small-minds14
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [Wsassi/whisper-small-minds14](https://huggingface.co/Wsassi/whisper-small-minds14) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.2677
|
21 |
+
- Wer: 6.4516
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 1e-05
|
41 |
+
- train_batch_size: 4
|
42 |
+
- eval_batch_size: 4
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- training_steps: 200
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 2.2898 | 12.5 | 25 | 2.8612 | 3.2258 |
|
53 |
+
| 2.0737 | 25.0 | 50 | 2.1099 | 3.2258 |
|
54 |
+
| 1.4161 | 37.5 | 75 | 1.6899 | 3.2258 |
|
55 |
+
| 1.2353 | 50.0 | 100 | 1.4505 | 3.2258 |
|
56 |
+
| 1.1164 | 62.5 | 125 | 1.3412 | 3.2258 |
|
57 |
+
| 1.1138 | 75.0 | 150 | 1.2952 | 6.4516 |
|
58 |
+
| 0.9938 | 87.5 | 175 | 1.2741 | 6.4516 |
|
59 |
+
| 1.0179 | 100.0 | 200 | 1.2677 | 6.4516 |
|
60 |
+
|
61 |
+
|
62 |
+
### Framework versions
|
63 |
+
|
64 |
+
- PEFT 0.11.1
|
65 |
+
- Transformers 4.37.2
|
66 |
+
- Pytorch 2.2.0+cu118
|
67 |
+
- Datasets 2.19.2
|
68 |
+
- Tokenizers 0.15.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14176064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4de5aeeb34a1c2a32c3ccf40f8fbc68ea5ad3dad874c3df39cbf20af74d91e93
|
3 |
size 14176064
|
runs/Jun24_15-53-33_Sassi/events.out.tfevents.1719240815.Sassi.25436.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7557e1c3d51eba993d123eea2a8cab49e9ba66e3932cb816024498ef2883fb72
|
3 |
+
size 6029
|
runs/Jun24_15-56-01_Sassi/events.out.tfevents.1719240963.Sassi.24508.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07a4167f5a81e379bd2222aabe9f9b17abfbf7d88ba480daf885ac05828becd8
|
3 |
+
size 6029
|
runs/Jun24_15-57-52_Sassi/events.out.tfevents.1719241074.Sassi.28084.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2847c207a571adbe247e8d1d20bb2a43e08d347da0cc92e27b245848d278d950
|
3 |
+
size 6029
|
runs/Jun24_16-46-28_Sassi/events.out.tfevents.1719243989.Sassi.28084.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9a63e712624404b9420207f14f46e359f5474594b84a38eb483342a071f4402
|
3 |
+
size 5369
|
runs/Jun24_16-50-06_Sassi/events.out.tfevents.1719244208.Sassi.19980.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50250483c7a9d15ebffe282f0db0121afa311d8d3d0455f058dd2b3ed65047e4
|
3 |
+
size 6029
|
runs/Jun24_16-57-07_Sassi/events.out.tfevents.1719244628.Sassi.28940.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffe80369aa213534ad76ab24860964a1d2977bcae817c2e86898689ff972977d
|
3 |
+
size 6029
|
runs/Jun24_16-58-38_Sassi/events.out.tfevents.1719244720.Sassi.12296.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71bf7bdb89e8254f7550736932543a54ac1c4a1b37c80c5ad20c107136dc7f33
|
3 |
+
size 6029
|
runs/Jun24_17-02-21_Sassi/events.out.tfevents.1719244942.Sassi.20908.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c59c918948a34a9c57aee4d329bdd355b5d120144e8fe90f35c5c3a84509856e
|
3 |
+
size 6029
|
runs/Jun24_17-03-48_Sassi/events.out.tfevents.1719245029.Sassi.26444.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01eb474061979268dbc1ec86b8bfa863d172be96ac69c3b5ad192b9b1b56e18f
|
3 |
+
size 6029
|
runs/Jun24_17-05-29_Sassi/events.out.tfevents.1719245130.Sassi.18544.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99dba8b55df1adcec64bbb7681fa8d2185274d76b2e0c481379f4eb44c298f6a
|
3 |
+
size 6029
|
runs/Jun25_14-09-18_Sassi/events.out.tfevents.1719320960.Sassi.5804.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a06da2d34e163b1c7e2cbff84187b12fc05c8ed1fa347a0141d7058fa2d56f0
|
3 |
+
size 6029
|
runs/Jun25_14-19-04_Sassi/events.out.tfevents.1719321545.Sassi.35200.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a97fb348ca4248a6288b79156440b430e4172689f106b594710cf33426e46d0
|
3 |
+
size 6029
|
runs/Jun25_14-22-27_Sassi/events.out.tfevents.1719321748.Sassi.34932.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba3f32502c1301ee0849ab4f90f01a86db858a6c52e29f59cb4205081c2b139d
|
3 |
+
size 6029
|
runs/Jun25_15-15-25_Sassi/events.out.tfevents.1719324927.Sassi.11656.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2df75f8470ef64e9a168c9b7a218f970fb8989f063fd9cd14c55cd92fe89913f
|
3 |
+
size 6654
|
runs/Jun25_15-37-55_Sassi/events.out.tfevents.1719326277.Sassi.31732.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e166fa67be3efbbd0eae27da6802a9e793859c6b5d54fabb9d00d1041ceb390
|
3 |
+
size 9463
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:382403cee3f6837930b9c24cdfcfb1d09e0a49a780c144c329a061b899d75a82
|
3 |
size 4856
|