DewiBrynJones commited on
Commit
703d238
1 Parent(s): b78f7a3

Training in progress, step 400

Browse files
added_tokens.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "</s>": 52,
3
- "<s>": 51,
4
- "[PAD]": 50
5
  }
 
1
  {
2
+ "</s>": 49,
3
+ "<s>": 48
 
4
  }
config.json CHANGED
@@ -85,7 +85,7 @@
85
  "num_hidden_layers": 24,
86
  "num_negatives": 100,
87
  "output_hidden_size": 1024,
88
- "pad_token_id": 50,
89
  "proj_codevector_dim": 768,
90
  "tdnn_dilation": [
91
  1,
@@ -111,6 +111,6 @@
111
  "torch_dtype": "float32",
112
  "transformers_version": "4.40.2",
113
  "use_weighted_layer_sum": false,
114
- "vocab_size": 52,
115
  "xvector_output_dim": 512
116
  }
 
85
  "num_hidden_layers": 24,
86
  "num_negatives": 100,
87
  "output_hidden_size": 1024,
88
+ "pad_token_id": 47,
89
  "proj_codevector_dim": 768,
90
  "tdnn_dilation": [
91
  1,
 
111
  "torch_dtype": "float32",
112
  "transformers_version": "4.40.2",
113
  "use_weighted_layer_sum": false,
114
+ "vocab_size": 50,
115
  "xvector_output_dim": 512
116
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ab52e8e6c3ab3915a5498b8fb5609067f8d9905591911b1ed269ef177aeb6b9
3
- size 1262020680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a078bb94a30677e3a36a686bdb91a5c34d8f3eab8b430721fe45b29b2220ecb8
3
+ size 1262012480
runs/May16_21-57-28_2e698a9c250f/events.out.tfevents.1715893433.2e698a9c250f.3351.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:544c7c80146d3823b5227812360dd6b51cd8bbf268472c96e4962526a94f2d7b
3
+ size 6425
runs/May16_22-06-08_2e698a9c250f/events.out.tfevents.1715893684.2e698a9c250f.3535.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9af4d28c96912c03836d64b4ba5d67332ffbb269b453a0a13a6167880152df91
3
+ size 7691
special_tokens_map.json CHANGED
@@ -2,14 +2,14 @@
2
  "bos_token": {
3
  "content": "<s>",
4
  "lstrip": false,
5
- "normalized": true,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
  "content": "</s>",
11
  "lstrip": false,
12
- "normalized": true,
13
  "rstrip": false,
14
  "single_word": false
15
  },
 
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
  },
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "added_tokens_decoder": {
3
- "49": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": false
10
  },
11
- "50": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
@@ -16,18 +16,18 @@
16
  "single_word": false,
17
  "special": false
18
  },
19
- "51": {
20
  "content": "<s>",
21
  "lstrip": false,
22
- "normalized": true,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
- "52": {
28
  "content": "</s>",
29
  "lstrip": false,
30
- "normalized": true,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
 
1
  {
2
  "added_tokens_decoder": {
3
+ "46": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
 
8
  "single_word": false,
9
  "special": false
10
  },
11
+ "47": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": false
18
  },
19
+ "48": {
20
  "content": "<s>",
21
  "lstrip": false,
22
+ "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "49": {
28
  "content": "</s>",
29
  "lstrip": false,
30
+ "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:261c200fc1a31bea47e73cc671a55a3f4feda9a02eb6547b49c5f4326438751f
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:068ab7c1ccf67600eeff7c20646c3459cd1987e6ce1bbb9659a1ff1d5b291346
3
  size 5048
vocab.json CHANGED
@@ -1,52 +1,50 @@
1
  {
2
- "#": 1,
3
- "'": 2,
4
- "@": 3,
5
- "[PAD]": 49,
6
- "[UNK]": 48,
7
- "a": 4,
8
- "b": 5,
9
- "c": 6,
10
- "d": 7,
11
- "e": 8,
12
- "f": 9,
13
- "g": 10,
14
- "h": 11,
15
- "i": 12,
16
- "j": 13,
17
- "k": 14,
18
- "l": 15,
19
- "m": 16,
20
- "n": 17,
21
- "o": 18,
22
- "p": 19,
23
- "q": 20,
24
- "r": 21,
25
- "s": 22,
26
- "t": 23,
27
- "u": 24,
28
- "v": 25,
29
- "w": 26,
30
- "x": 27,
31
- "y": 28,
32
- "z": 29,
33
  "|": 0,
34
- "~": 30,
35
- "á": 31,
36
- "â": 32,
37
- "è": 33,
38
- "é": 34,
39
- "ê": 35,
40
- "î": 36,
41
- "ï": 37,
42
- "ó": 38,
43
- "ô": 39,
44
- "ö": 40,
45
- "û": 41,
46
- "ü": 42,
47
- "č": 43,
48
- "ł": 44,
49
- "ŵ": 45,
50
- "ŷ": 46,
51
- "ž": 47
52
  }
 
1
  {
2
+ "'": 1,
3
+ "-": 2,
4
+ "[PAD]": 47,
5
+ "[UNK]": 46,
6
+ "a": 3,
7
+ "b": 4,
8
+ "c": 5,
9
+ "d": 6,
10
+ "e": 7,
11
+ "f": 8,
12
+ "g": 9,
13
+ "h": 10,
14
+ "i": 11,
15
+ "j": 12,
16
+ "k": 13,
17
+ "l": 14,
18
+ "m": 15,
19
+ "n": 16,
20
+ "o": 17,
21
+ "p": 18,
22
+ "q": 19,
23
+ "r": 20,
24
+ "s": 21,
25
+ "t": 22,
26
+ "u": 23,
27
+ "v": 24,
28
+ "w": 25,
29
+ "x": 26,
30
+ "y": 27,
31
+ "z": 28,
 
32
  "|": 0,
33
+ "á": 29,
34
+ "â": 30,
35
+ "è": 31,
36
+ "é": 32,
37
+ "ê": 33,
38
+ "î": 34,
39
+ "ï": 35,
40
+ "ó": 36,
41
+ "ô": 37,
42
+ "ö": 38,
43
+ "û": 39,
44
+ "ü": 40,
45
+ "č": 41,
46
+ "ł": 42,
47
+ "ŵ": 43,
48
+ "ŷ": 44,
49
+ "ž": 45
 
50
  }