Scrya commited on
Commit
0d8b084
1 Parent(s): 7a6740e

update model card README.md

Browse files
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh-TW
4
+ license: apache-2.0
5
+ tags:
6
+ - whisper-event
7
+ - generated_from_trainer
8
+ datasets:
9
+ - mozilla-foundation/common_voice_11_0
10
+ model-index:
11
+ - name: Whisper Medium TW - Augmented
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # Whisper Medium TW - Augmented
19
+
20
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the mozilla-foundation/common_voice_11_0 dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - eval_loss: 0.0951
23
+ - eval_wer: 7.4865
24
+ - eval_runtime: 2823.6824
25
+ - eval_samples_per_second: 1.668
26
+ - eval_steps_per_second: 0.834
27
+ - epoch: 1.7
28
+ - step: 600
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 1e-05
48
+ - train_batch_size: 2
49
+ - eval_batch_size: 2
50
+ - seed: 42
51
+ - gradient_accumulation_steps: 16
52
+ - total_train_batch_size: 32
53
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
+ - lr_scheduler_type: linear
55
+ - lr_scheduler_warmup_steps: 100
56
+ - training_steps: 1000
57
+ - mixed_precision_training: Native AMP
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.26.0.dev0
62
+ - Pytorch 1.13.0+cu117
63
+ - Datasets 2.7.1.dev0
64
+ - Tokenizers 0.13.2
fine-tune-whisper-non-streaming-zh-TW.ipynb CHANGED
@@ -1282,8 +1282,26 @@
1282
  "output_type": "stream",
1283
  "text": [
1284
  "Saving model checkpoint to ./\n",
1285
- "Configuration saved in ./config.json\n"
 
 
 
 
1286
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1287
  }
1288
  ],
1289
  "source": [
 
1282
  "output_type": "stream",
1283
  "text": [
1284
  "Saving model checkpoint to ./\n",
1285
+ "Configuration saved in ./config.json\n",
1286
+ "Model weights saved in ./pytorch_model.bin\n",
1287
+ "Feature extractor saved in ./preprocessor_config.json\n",
1288
+ "Several commits (2) will be pushed upstream.\n",
1289
+ "The progress bars may be unreliable.\n"
1290
  ]
1291
+ },
1292
+ {
1293
+ "data": {
1294
+ "application/vnd.jupyter.widget-view+json": {
1295
+ "model_id": "b13a362f26fc4129ab2aaa35464fa212",
1296
+ "version_major": 2,
1297
+ "version_minor": 0
1298
+ },
1299
+ "text/plain": [
1300
+ "Upload file pytorch_model.bin: 0%| | 32.0k/2.85G [00:00<?, ?B/s]"
1301
+ ]
1302
+ },
1303
+ "metadata": {},
1304
+ "output_type": "display_data"
1305
  }
1306
  ],
1307
  "source": [