DewiBrynJones commited on
Commit
a6a2010
1 Parent(s): b4c629e

Training in progress, step 500

Browse files
config.json CHANGED
@@ -111,6 +111,6 @@
111
  "torch_dtype": "float32",
112
  "transformers_version": "4.44.0",
113
  "use_weighted_layer_sum": false,
114
- "vocab_size": 45,
115
  "xvector_output_dim": 512
116
  }
 
111
  "torch_dtype": "float32",
112
  "transformers_version": "4.44.0",
113
  "use_weighted_layer_sum": false,
114
+ "vocab_size": 48,
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:b194722fe6f1c2907e0a7e7ee6609b4f8f8e4f89c0e1a314cb28b5560049fb3d
3
- size 1261991980
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc492d6d1e5fa401197cae782ea77bc70688797cff9459099196efd34f6b768
3
+ size 1262004280
runs/Aug28_14-17-49_6d77da852b30/events.out.tfevents.1724852705.6d77da852b30.31.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:596e67574c53ec4ef89a50082e4096959d8745b7962dda3301530ce87aefbc77
3
+ size 7513
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4415cf2b978ddf2ef3f25f8b2406c153a49e8a9f827a5aa89b75d09566a8f3bd
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d84ba589b58b86ab46aa6a0230217cae95f8e7682967356c25427d6b90da534
3
  size 5240
vocab.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "'": 1,
3
  "-": 2,
4
- "[PAD]": 42,
5
- "[UNK]": 41,
6
  "a": 3,
7
  "b": 4,
8
  "c": 5,
@@ -35,11 +35,14 @@
35
  "ä": 31,
36
  "ê": 32,
37
  "ë": 33,
38
- "î": 34,
39
- "ï": 35,
40
- "ò": 36,
41
- "ô": 37,
42
- "û": 38,
43
- "ŵ": 39,
44
- "ŷ": 40
 
 
 
45
  }
 
1
  {
2
  "'": 1,
3
  "-": 2,
4
+ "[PAD]": 45,
5
+ "[UNK]": 44,
6
  "a": 3,
7
  "b": 4,
8
  "c": 5,
 
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
  }