DewiBrynJones commited on
Commit
f612cb1
1 Parent(s): 9082983

Training in progress, step 400

Browse files
added_tokens.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "</s>": 32,
3
- "<s>": 31
4
  }
 
1
  {
2
+ "</s>": 40,
3
+ "<s>": 39
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": 30,
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": 33,
115
  "xvector_output_dim": 512
116
  }
 
85
  "num_hidden_layers": 24,
86
  "num_negatives": 100,
87
  "output_hidden_size": 1024,
88
+ "pad_token_id": 38,
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": 41,
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:1cb755ee31c9c8709568d8bf997837634cbfecef207e4ccf96976f25c3c5ed74
3
- size 1261942780
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:686e7c0ce030b1733954404fb1206be8973713aa344090b92f6d7c22b7c75f4b
3
+ size 1261975580
runs/May17_07-56-01_2e698a9c250f/events.out.tfevents.1715929316.2e698a9c250f.3965.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddedfeb1f9d003620d0088208b1aa9a6106b1e4c9b5c629cc9ea8726ad980ad6
3
+ size 7691
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "added_tokens_decoder": {
3
- "29": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": false
10
  },
11
- "30": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": false
18
  },
19
- "31": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "32": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": false,
 
1
  {
2
  "added_tokens_decoder": {
3
+ "37": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
 
8
  "single_word": false,
9
  "special": false
10
  },
11
+ "38": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": false
18
  },
19
+ "39": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "40": {
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:f898c4075e43b9ea64500459127e72014504facadacaf1fd35640a4d7ad7ac07
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c76a817af07274fa59418bf859ee5fba3fa5f309331cac01a5a4e6fed0f40d60
3
  size 5048
vocab.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "'": 1,
3
  "-": 2,
4
- "[PAD]": 30,
5
- "[UNK]": 29,
6
  "a": 3,
7
  "b": 4,
8
  "c": 5,
@@ -29,5 +29,13 @@
29
  "x": 26,
30
  "y": 27,
31
  "z": 28,
32
- "|": 0
 
 
 
 
 
 
 
 
33
  }
 
1
  {
2
  "'": 1,
3
  "-": 2,
4
+ "[PAD]": 38,
5
+ "[UNK]": 37,
6
  "a": 3,
7
  "b": 4,
8
  "c": 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
  }