DewiBrynJones commited on
Commit
4f7dd54
1 Parent(s): a71f6ea

Training in progress, step 400

Browse files
added_tokens.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "</s>": 49,
3
- "<s>": 48
4
  }
 
1
  {
2
+ "</s>": 32,
3
+ "<s>": 31
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": 47,
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": 50,
115
  "xvector_output_dim": 512
116
  }
 
85
  "num_hidden_layers": 24,
86
  "num_negatives": 100,
87
  "output_hidden_size": 1024,
88
+ "pad_token_id": 30,
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": 33,
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:4644b32282a0bede644cd2ba0f5b4c28f04552d26162209de24cc3a7f25af765
3
- size 1262012480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b529c23ffbebc790c41e88f305b580db44b8c2a392cff4caaea36fe01aaa31f4
3
+ size 1261942780
runs/May17_05-42-53_2e698a9c250f/events.out.tfevents.1715921390.2e698a9c250f.3735.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de23eaa42996cb6fe711679e1fee81b16afece03c1359701174c16be7cdeedb8
3
+ size 7691
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "added_tokens_decoder": {
3
- "46": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": false
10
  },
11
- "47": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": false
18
  },
19
- "48": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "49": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": false,
 
1
  {
2
  "added_tokens_decoder": {
3
+ "29": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
 
8
  "single_word": false,
9
  "special": false
10
  },
11
+ "30": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": false
18
  },
19
+ "31": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "32": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:068ab7c1ccf67600eeff7c20646c3459cd1987e6ce1bbb9659a1ff1d5b291346
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f898c4075e43b9ea64500459127e72014504facadacaf1fd35640a4d7ad7ac07
3
  size 5048
vocab.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "'": 1,
3
  "-": 2,
4
- "[PAD]": 47,
5
- "[UNK]": 46,
6
  "a": 3,
7
  "b": 4,
8
  "c": 5,
@@ -29,22 +29,5 @@
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
  }
 
1
  {
2
  "'": 1,
3
  "-": 2,
4
+ "[PAD]": 30,
5
+ "[UNK]": 29,
6
  "a": 3,
7
  "b": 4,
8
  "c": 5,
 
29
  "x": 26,
30
  "y": 27,
31
  "z": 28,
32
+ "|": 0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  }