aryamanstha commited on
Commit
d183e11
1 Parent(s): e9a15d1

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "aryamanstha/speecht5_large_slr43",
3
  "activation_dropout": 0.1,
4
  "apply_spec_augment": true,
5
  "architectures": [
 
1
  {
2
+ "_name_or_path": "microsoft/speecht5_tts",
3
  "activation_dropout": 0.1,
4
  "apply_spec_augment": true,
5
  "architectures": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40704a7c7deec7facee18fb3ace054659197b5882805bf7bc960cc45d409de92
3
  size 578032008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5e6ec7df9b1a5021ffa708d1456efd053210234558deade668a303215ccca2d
3
  size 578032008
special_tokens_map.json CHANGED
@@ -1,18 +1,6 @@
1
  {
2
- "bos_token": {
3
- "content": "<s>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
  "mask_token": {
17
  "content": "<mask>",
18
  "lstrip": true,
@@ -20,18 +8,6 @@
20
  "rstrip": false,
21
  "single_word": false
22
  },
23
- "pad_token": {
24
- "content": "<pad>",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "<unk>",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
4
  "mask_token": {
5
  "content": "<mask>",
6
  "lstrip": true,
 
8
  "rstrip": false,
9
  "single_word": false
10
  },
11
+ "pad_token": "<pad>",
12
+ "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
13
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:880fb4dc16cfdaf4842a01cf0c35caf7463da0d7a4be7fe623f721fc837e2e38
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b04d4a86d44424a369c7d9f1bd49166aea5d9ca152fa169ee15696adb2bb7b
3
+ size 5304