End of training
Browse files- .amlignore +6 -0
- .amlignore.amltmp +6 -0
- README.md +11 -13
- config.json +1 -1
- generation_config.json +1 -2
- model.safetensors +1 -1
- runs/Aug05_15-00-55_bumblebeegpu/events.out.tfevents.1722870055.bumblebeegpu.3384.0 +3 -0
- training_args.bin +2 -2
.amlignore
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
|
2 |
+
## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
|
3 |
+
|
4 |
+
.ipynb_aml_checkpoints/
|
5 |
+
*.amltmp
|
6 |
+
*.amltemp
|
.amlignore.amltmp
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
|
2 |
+
## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
|
3 |
+
|
4 |
+
.ipynb_aml_checkpoints/
|
5 |
+
*.amltmp
|
6 |
+
*.amltemp
|
README.md
CHANGED
@@ -24,9 +24,7 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value: 0
|
28 |
-
pipeline_tag: automatic-speech-recognition
|
29 |
-
library_name: transformers
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -68,18 +66,18 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
72 |
-
|
73 |
-
| 0.0 | 500.0 | 1000 | 0.
|
74 |
-
| 0.0 | 1000.0 | 2000 | 0.0000 |
|
75 |
-
| 0.0 | 1500.0 | 3000 | 0.0000 | 0.0
|
76 |
-
| 0.0 | 2000.0 | 4000 | 0.0000 | 0.0
|
77 |
-
| 0.0 | 2500.0 | 5000 | 0.0000 | 0.0
|
78 |
|
79 |
|
80 |
### Framework versions
|
81 |
|
82 |
-
- Transformers 4.43.
|
83 |
-
- Pytorch
|
84 |
- Datasets 2.20.0
|
85 |
-
- Tokenizers 0.19.1
|
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: 0.0
|
|
|
|
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|
|
71 |
+
| 0.0 | 500.0 | 1000 | 0.0001 | 4.5455 |
|
72 |
+
| 0.0 | 1000.0 | 2000 | 0.0000 | 4.5455 |
|
73 |
+
| 0.0 | 1500.0 | 3000 | 0.0000 | 0.0 |
|
74 |
+
| 0.0 | 2000.0 | 4000 | 0.0000 | 0.0 |
|
75 |
+
| 0.0 | 2500.0 | 5000 | 0.0000 | 0.0 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
79 |
|
80 |
+
- Transformers 4.43.4
|
81 |
+
- Pytorch 2.3.1+cu121
|
82 |
- Datasets 2.20.0
|
83 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -145,7 +145,7 @@
|
|
145 |
50362
|
146 |
],
|
147 |
"torch_dtype": "float32",
|
148 |
-
"transformers_version": "4.43.
|
149 |
"use_cache": true,
|
150 |
"use_weighted_layer_sum": false,
|
151 |
"vocab_size": 51865
|
|
|
145 |
50362
|
146 |
],
|
147 |
"torch_dtype": "float32",
|
148 |
+
"transformers_version": "4.43.4",
|
149 |
"use_cache": true,
|
150 |
"use_weighted_layer_sum": false,
|
151 |
"vocab_size": 51865
|
generation_config.json
CHANGED
@@ -150,7 +150,6 @@
|
|
150 |
"<|yo|>": 50325,
|
151 |
"<|zh|>": 50260
|
152 |
},
|
153 |
-
"language": "english",
|
154 |
"max_initial_timestamp_index": 50,
|
155 |
"max_length": 448,
|
156 |
"no_timestamps_token_id": 50363,
|
@@ -252,5 +251,5 @@
|
|
252 |
"transcribe": 50359,
|
253 |
"translate": 50358
|
254 |
},
|
255 |
-
"transformers_version": "4.43.
|
256 |
}
|
|
|
150 |
"<|yo|>": 50325,
|
151 |
"<|zh|>": 50260
|
152 |
},
|
|
|
153 |
"max_initial_timestamp_index": 50,
|
154 |
"max_length": 448,
|
155 |
"no_timestamps_token_id": 50363,
|
|
|
251 |
"transcribe": 50359,
|
252 |
"translate": 50358
|
253 |
},
|
254 |
+
"transformers_version": "4.43.4"
|
255 |
}
|
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:3b111903859843ddfe6cbc4ed88f317387166db785e30dc385374110018b44db
|
3 |
size 966995080
|
runs/Aug05_15-00-55_bumblebeegpu/events.out.tfevents.1722870055.bumblebeegpu.3384.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5259a140f39071600b792f777651e1a68ea5b687fbb7bc1ca33737c5c6b6bc0
|
3 |
+
size 50807
|
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:396aa54394820c5e3c61610e4c7f97d4eea9707f47fcc07a59bae73ed499c19a
|
3 |
+
size 5304
|