chaouch commited on
Commit
81e701e
1 Parent(s): 9b2d51c

Training in progress, step 50

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/speecht5_tts",
3
  "activation_dropout": 0.1,
4
  "apply_spec_augment": true,
5
  "architectures": [
 
1
  {
2
+ "_name_or_path": "chaouch/speecht5_finetuned_voxpopuli_sl",
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:df5a2e574d790f710889a17639a98a357acc3b31acf08fe12ec55c0eae86e36b
3
  size 577789320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12b3b7c9496b9dc5a9926d2a50226f84e78c167a26d2b61bb61ccb8306748b80
3
  size 577789320
runs/Feb20_09-31-48_e76f989df546/events.out.tfevents.1708421509.e76f989df546.920.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff674a8124202c4a59a1f61dc2b7a8246ed253d53af9f781a34827e335eef929
3
+ size 6936
special_tokens_map.json CHANGED
@@ -1,6 +1,18 @@
1
  {
2
- "bos_token": "<s>",
3
- "eos_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
4
  "mask_token": {
5
  "content": "<mask>",
6
  "lstrip": true,
@@ -8,6 +20,18 @@
8
  "rstrip": false,
9
  "single_word": false
10
  },
11
- "pad_token": "<pad>",
12
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
13
  }
 
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
  "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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b32fdaec0788e0a81a29b043275b6bd03fb863b4c507cd0fea87a513fb99d31
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9f7e83553f9f4dc53710833ff207238c38d3d40f47cb0b1ae1d86ebe91d3a14
3
+ size 5048