maxseats commited on
Commit
f380e55
·
verified ·
1 Parent(s): 4312e06

Model save

Browse files
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: maxseats/SungBeom-whisper-small-ko-1
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: tmpp
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # tmpp
14
+
15
+ This model is a fine-tuned version of [maxseats/SungBeom-whisper-small-ko-1](https://huggingface.co/maxseats/SungBeom-whisper-small-ko-1) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 3.4093
18
+ - Cer: 134.7524
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 1e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 2
42
+ - total_train_batch_size: 32
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 500
46
+ - num_epochs: 1
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
52
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
53
+ | 3.5137 | 0.7675 | 1000 | 3.4093 | 134.7524 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.41.2
59
+ - Pytorch 2.3.0+cu121
60
+ - Datasets 2.20.0
61
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "begin_suppress_tokens": [
3
+ 220,
4
+ 50257
5
+ ],
6
+ "bos_token_id": 50257,
7
+ "decoder_start_token_id": 50258,
8
+ "eos_token_id": 50257,
9
+ "max_length": 448,
10
+ "pad_token_id": 50257,
11
+ "suppress_tokens": [],
12
+ "transformers_version": "4.41.2"
13
+ }
runs/Jun15_02-16-48_8cb06b931878/events.out.tfevents.1718418358.8cb06b931878.1241.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4888002426a182ab1f0819a9b06f5574f1f550624ffa032e33459c230ec006c4
3
- size 14357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e295332d4f3e155993ba364ffdc5f9fb4dd08a57c47938c82a4f875f77c35d3
3
+ size 17243