Commit
·
17dc649
1
Parent(s):
addc7da
End of training
Browse files- README.md +4 -3
- config.json +1 -1
- model.safetensors +1 -1
- runs/Nov30_11-46-45_5cf3b4f8cfa8/events.out.tfevents.1701344812.5cf3b4f8cfa8.313.0 +3 -0
- training_args.bin +2 -2
README.md
CHANGED
@@ -41,7 +41,8 @@ The following hyperparameters were used during training:
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
-
-
|
|
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
@@ -51,6 +52,6 @@ The following hyperparameters were used during training:
|
|
51 |
### Framework versions
|
52 |
|
53 |
- Transformers 4.36.0.dev0
|
54 |
-
- Pytorch 2.
|
55 |
-
- Datasets 2.
|
56 |
- Tokenizers 0.15.0
|
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- lr_scheduler_warmup_steps: 100
|
45 |
+
- training_steps: 200
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
|
|
52 |
### Framework versions
|
53 |
|
54 |
- Transformers 4.36.0.dev0
|
55 |
+
- Pytorch 2.1.0+cu118
|
56 |
+
- Datasets 2.15.0
|
57 |
- Tokenizers 0.15.0
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "cantillation/whisper-small-he-teamim5",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 966995080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:127cdb4fdee7e6461f6957afa55996dec5712dfd10496efba3186166735a71db
|
3 |
size 966995080
|
runs/Nov30_11-46-45_5cf3b4f8cfa8/events.out.tfevents.1701344812.5cf3b4f8cfa8.313.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d208bba4af3ad9aab65b0236af48763dd470456fef181ab8a4e8d815725f8800
|
3 |
+
size 36561
|
training_args.bin
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:01e3cce4c42d0467c2cd2a263cf80f2ce5deb31b58ad2637b5b9cae586d2d02e
|
3 |
+
size 4856
|