CarmelaFinianos commited on
Commit
ac7686f
1 Parent(s): c380406

Training in progress, step 100

Browse files
added_tokens.json CHANGED
@@ -1,3 +1,4 @@
1
  {
2
- "<pad>": 86
 
3
  }
 
1
  {
2
+ "<ctc_blank>": 80,
3
+ "<mask>": 79
4
  }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "MBZUAI/speecht5_tts_clartts_ar",
3
  "activation_dropout": 0.1,
4
  "apply_spec_augment": true,
5
  "architectures": [
@@ -88,5 +88,5 @@
88
  "transformers_version": "4.46.2",
89
  "use_cache": false,
90
  "use_guided_attention_loss": true,
91
- "vocab_size": 98
92
  }
 
1
  {
2
+ "_name_or_path": "microsoft/speecht5_tts",
3
  "activation_dropout": 0.1,
4
  "apply_spec_augment": true,
5
  "architectures": [
 
88
  "transformers_version": "4.46.2",
89
  "use_cache": false,
90
  "use_guided_attention_loss": true,
91
+ "vocab_size": 81
92
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b0b8be99a3bec8d64bd2fa404fbcbc6ef0bd77483d943e11c630eccddfe4d58
3
- size 577841544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea0c693889179d322dda90d65c790f0e2a4499bc6c14275ad2cf5aaaad217f1a
3
+ size 577789320
runs/Nov28_09-06-15_7a4ec1f530db/events.out.tfevents.1732784927.7a4ec1f530db.2699.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a182f2fa6c99a6d74e1381cfa2b1ef150d73686ff73246bcb598bb9c4e4407d1
3
+ size 7808
special_tokens_map.json CHANGED
@@ -1,6 +1,13 @@
1
  {
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
 
 
 
 
 
 
 
4
  "pad_token": "<pad>",
5
  "unk_token": "<unk>"
6
  }
 
1
  {
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
+ "mask_token": {
5
+ "content": "<mask>",
6
+ "lstrip": true,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
  "pad_token": "<pad>",
12
  "unk_token": "<unk>"
13
  }
spm_char.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f4b56b4bbf0637c59a5c9c8531362bf8ce2bcde4fcd28ce0a0ec26cdf70a905
3
- size 403344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fcc48f3e225f627b1641db410ceb0c8649bd2b0c982e150b03f8be3728ab560
3
+ size 238473
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "<unk>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
@@ -9,7 +9,7 @@
9
  "special": true
10
  },
11
  "1": {
12
- "content": "<s>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
@@ -24,19 +24,36 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "86": {
28
- "content": "<pad>",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  }
35
  },
36
  "bos_token": "<s>",
37
- "clean_up_tokenization_spaces": true,
38
  "eos_token": "</s>",
39
- "model_max_length": 1000000000000000019884624838656,
 
40
  "normalize": false,
41
  "pad_token": "<pad>",
42
  "processor_class": "SpeechT5Processor",
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "<s>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
 
9
  "special": true
10
  },
11
  "1": {
12
+ "content": "<pad>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "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": false,
54
  "eos_token": "</s>",
55
+ "mask_token": "<mask>",
56
+ "model_max_length": 600,
57
  "normalize": false,
58
  "pad_token": "<pad>",
59
  "processor_class": "SpeechT5Processor",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d51ebfa045b3caa80e71d24fae3f35b168fd644e327b60557aa05ff3bbdebcd
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4321b6a4a8ac72ed5f2c228ed25eda1a428b0f19496a943a7a499cea0e50c063
3
  size 5432