ManuD commited on
Commit
1b67cd1
1 Parent(s): 67418b8

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -85,7 +85,7 @@
85
  "speech_decoder_prenet_layers": 2,
86
  "speech_decoder_prenet_units": 256,
87
  "torch_dtype": "float32",
88
- "transformers_version": "4.30.2",
89
  "use_cache": false,
90
  "use_guided_attention_loss": true,
91
  "vocab_size": 81
 
85
  "speech_decoder_prenet_layers": 2,
86
  "speech_decoder_prenet_units": 256,
87
  "torch_dtype": "float32",
88
+ "transformers_version": "4.38.2",
89
  "use_cache": false,
90
  "use_guided_attention_loss": true,
91
  "vocab_size": 81
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b5a0e03c6b7aba63307deab9a8e9d80f84be97928fe1987b4961fa0b9c7f747
3
+ size 577789320
runs/Apr13_15-53-16_58c8d0f8a987/events.out.tfevents.1713023606.58c8d0f8a987.3041.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff2882c6a784be7252d0a1c399d9da303afcdcca8c7bbf7a31152860e4ab95bc
3
+ size 41419
runs/Apr13_19-28-55_58c8d0f8a987/events.out.tfevents.1713036539.58c8d0f8a987.3041.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6dcb4efe472f594b6c48321ed2f99512ca2e2936149996d83dd51a9d989de19
3
+ size 14931
tokenizer_config.json CHANGED
@@ -1,8 +1,60 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "bos_token": "<s>",
3
  "clean_up_tokenization_spaces": true,
4
  "eos_token": "</s>",
 
5
  "model_max_length": 600,
 
6
  "pad_token": "<pad>",
7
  "processor_class": "SpeechT5Processor",
8
  "sp_model_kwargs": {},
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "79": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": true,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "80": {
44
+ "content": "<ctc_blank>",
45
+ "lstrip": false,
46
+ "normalized": true,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": false
50
+ }
51
+ },
52
  "bos_token": "<s>",
53
  "clean_up_tokenization_spaces": true,
54
  "eos_token": "</s>",
55
+ "mask_token": "<mask>",
56
  "model_max_length": 600,
57
+ "normalize": false,
58
  "pad_token": "<pad>",
59
  "processor_class": "SpeechT5Processor",
60
  "sp_model_kwargs": {},
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32b1141c63cdebd984e5509baf5fe6f92d46e69c2b2a94f64d4ec8ec8748e346
3
- size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d460fd31cda1a6a002945224c204621977cb45ee4755e3193149d12900a92b
3
+ size 5112