hts98 commited on
Commit
89c0039
·
1 Parent(s): dc5f252

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1352ee95fcac1221ff64261d5580a906bb9f71b7f9ada91996d4863aa9b5a9db
3
+ size 1684376252
runs/Mar05_05-47-59_19ea99cd92d2/1677995300.671729/events.out.tfevents.1677995300.19ea99cd92d2.432.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24bb606f2f5ab825ea9515ca4da3d7187cbe28042bbbef286da85fd2e471b620
3
+ size 5992
runs/Mar05_05-47-59_19ea99cd92d2/events.out.tfevents.1677995300.19ea99cd92d2.432.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cee1d86f5c65f22cad9fdf03f00ab679595b2fd438b419e1012d106259998263
3
+ size 5050
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a12148c3c850a53d7b44843c8387b820c96b325642b0cf66fd6e348a76e048f
3
+ size 3707