Instructions to use SatwikDutta/2026-02-03_18-23-36 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SatwikDutta/2026-02-03_18-23-36 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="SatwikDutta/2026-02-03_18-23-36")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("SatwikDutta/2026-02-03_18-23-36") model = AutoModelForSpeechSeq2Seq.from_pretrained("SatwikDutta/2026-02-03_18-23-36") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
README.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: openai/whisper-small.en
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- wer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: 2026-02-03_18-23-36
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# 2026-02-03_18-23-36
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [openai/whisper-small.en](https://huggingface.co/openai/whisper-small.en) on the None dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.1047
|
| 22 |
+
- Wer: 11.3055
|
| 23 |
+
|
| 24 |
+
## Model description
|
| 25 |
+
|
| 26 |
+
More information needed
|
| 27 |
+
|
| 28 |
+
## Intended uses & limitations
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Training and evaluation data
|
| 33 |
+
|
| 34 |
+
More information needed
|
| 35 |
+
|
| 36 |
+
## Training procedure
|
| 37 |
+
|
| 38 |
+
### Training hyperparameters
|
| 39 |
+
|
| 40 |
+
The following hyperparameters were used during training:
|
| 41 |
+
- learning_rate: 1e-05
|
| 42 |
+
- train_batch_size: 16
|
| 43 |
+
- eval_batch_size: 8
|
| 44 |
+
- seed: 42
|
| 45 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
+
- lr_scheduler_type: linear
|
| 47 |
+
- lr_scheduler_warmup_steps: 500
|
| 48 |
+
- training_steps: 4000
|
| 49 |
+
- mixed_precision_training: Native AMP
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 54 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
| 55 |
+
| 2.1664 | 0.1123 | 500 | 1.2593 | 13.2340 |
|
| 56 |
+
| 1.1469 | 0.2247 | 1000 | 1.1781 | 11.9997 |
|
| 57 |
+
| 1.1 | 0.3370 | 1500 | 1.1463 | 11.7543 |
|
| 58 |
+
| 1.0623 | 0.4493 | 2000 | 1.1338 | 11.6869 |
|
| 59 |
+
| 1.0446 | 0.5617 | 2500 | 1.1211 | 11.5059 |
|
| 60 |
+
| 1.0408 | 0.6740 | 3000 | 1.1142 | 11.6748 |
|
| 61 |
+
| 1.0323 | 0.7863 | 3500 | 1.1078 | 11.4361 |
|
| 62 |
+
| 1.0203 | 0.8987 | 4000 | 1.1047 | 11.3055 |
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
### Framework versions
|
| 66 |
+
|
| 67 |
+
- Transformers 4.51.3
|
| 68 |
+
- Pytorch 2.6.0+cu124
|
| 69 |
+
- Datasets 3.6.0
|
| 70 |
+
- Tokenizers 0.21.1
|
generation_config.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alignment_heads": [
|
| 3 |
+
[
|
| 4 |
+
6,
|
| 5 |
+
6
|
| 6 |
+
],
|
| 7 |
+
[
|
| 8 |
+
7,
|
| 9 |
+
0
|
| 10 |
+
],
|
| 11 |
+
[
|
| 12 |
+
7,
|
| 13 |
+
3
|
| 14 |
+
],
|
| 15 |
+
[
|
| 16 |
+
7,
|
| 17 |
+
8
|
| 18 |
+
],
|
| 19 |
+
[
|
| 20 |
+
8,
|
| 21 |
+
2
|
| 22 |
+
],
|
| 23 |
+
[
|
| 24 |
+
8,
|
| 25 |
+
5
|
| 26 |
+
],
|
| 27 |
+
[
|
| 28 |
+
8,
|
| 29 |
+
7
|
| 30 |
+
],
|
| 31 |
+
[
|
| 32 |
+
9,
|
| 33 |
+
0
|
| 34 |
+
],
|
| 35 |
+
[
|
| 36 |
+
9,
|
| 37 |
+
4
|
| 38 |
+
],
|
| 39 |
+
[
|
| 40 |
+
9,
|
| 41 |
+
8
|
| 42 |
+
],
|
| 43 |
+
[
|
| 44 |
+
9,
|
| 45 |
+
10
|
| 46 |
+
],
|
| 47 |
+
[
|
| 48 |
+
10,
|
| 49 |
+
0
|
| 50 |
+
],
|
| 51 |
+
[
|
| 52 |
+
10,
|
| 53 |
+
1
|
| 54 |
+
],
|
| 55 |
+
[
|
| 56 |
+
10,
|
| 57 |
+
2
|
| 58 |
+
],
|
| 59 |
+
[
|
| 60 |
+
10,
|
| 61 |
+
3
|
| 62 |
+
],
|
| 63 |
+
[
|
| 64 |
+
10,
|
| 65 |
+
6
|
| 66 |
+
],
|
| 67 |
+
[
|
| 68 |
+
10,
|
| 69 |
+
11
|
| 70 |
+
],
|
| 71 |
+
[
|
| 72 |
+
11,
|
| 73 |
+
2
|
| 74 |
+
],
|
| 75 |
+
[
|
| 76 |
+
11,
|
| 77 |
+
4
|
| 78 |
+
]
|
| 79 |
+
],
|
| 80 |
+
"begin_suppress_tokens": [
|
| 81 |
+
220,
|
| 82 |
+
50256
|
| 83 |
+
],
|
| 84 |
+
"bos_token_id": 50257,
|
| 85 |
+
"decoder_start_token_id": 50257,
|
| 86 |
+
"eos_token_id": 50256,
|
| 87 |
+
"forced_decoder_ids": [
|
| 88 |
+
[
|
| 89 |
+
1,
|
| 90 |
+
50362
|
| 91 |
+
]
|
| 92 |
+
],
|
| 93 |
+
"is_multilingual": false,
|
| 94 |
+
"max_initial_timestamp_index": 50,
|
| 95 |
+
"max_length": 448,
|
| 96 |
+
"no_timestamps_token_id": 50362,
|
| 97 |
+
"pad_token_id": 50256,
|
| 98 |
+
"prev_sot_token_id": 50360,
|
| 99 |
+
"suppress_tokens": [],
|
| 100 |
+
"transformers_version": "4.51.3"
|
| 101 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 966992008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2356d010e9bf8f5296daf3bb9f9b98d9462196f7e0d890e8230a35e66cfccb09
|
| 3 |
size 966992008
|
runs/Feb03_18-23-36_v330-023.ls6.tacc.utexas.edu/events.out.tfevents.1770164628.v330-023.ls6.tacc.utexas.edu.554152.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe566c9b2bd3bc4c368e938e06e8c68f185539340bb224850d5c7e562603a926
|
| 3 |
+
size 10780
|