DewiBrynJones commited on
Commit
bbfaeca
1 Parent(s): fcbd803

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": 48,
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": 49,
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:1afeabcb6d3e55384a807c2c8c3b97436dd53d47292cca2f4b5f112006935e12
3
- size 1262004280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc9b4d91e3bb7ed9006035bf606ecae1d6106cb9089e77effec3108bd824338f
3
+ size 1262008380
runs/Aug30_15-47-58_4b35055fdbcb/events.out.tfevents.1725032852.4b35055fdbcb.30.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49c9e96cfc46405ab8e8aa53a60b008e8843cf6367ff0b12528a8fb63c11cc31
3
+ size 7194
tokenizer_config.json CHANGED
@@ -37,6 +37,7 @@
37
  "clean_up_tokenization_spaces": true,
38
  "do_lower_case": false,
39
  "eos_token": "</s>",
 
40
  "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "[PAD]",
42
  "processor_class": "Wav2Vec2Processor",
 
37
  "clean_up_tokenization_spaces": true,
38
  "do_lower_case": false,
39
  "eos_token": "</s>",
40
+ "ignore_mismatched_sizes": true,
41
  "model_max_length": 1000000000000000019884624838656,
42
  "pad_token": "[PAD]",
43
  "processor_class": "Wav2Vec2Processor",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03da8d3762d3f19b7f6b7e85dca73d1e5cd1073e5abf07e24463f131572b5c97
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f52838444dd10b930bce87c7130505f21058ba5526f12d9f782b191fc59d9276
3
  size 5240
vocab.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "'": 1,
3
  "-": 2,
4
- "[PAD]": 45,
5
- "[UNK]": 44,
6
  "a": 3,
7
  "b": 4,
8
  "c": 5,
@@ -41,8 +41,9 @@
41
  "ò": 37,
42
  "ô": 38,
43
  "û": 39,
44
- "ŵ": 40,
45
- "ŷ": 41,
46
- "": 42,
47
- "": 43
 
48
  }
 
1
  {
2
  "'": 1,
3
  "-": 2,
4
+ "[PAD]": 46,
5
+ "[UNK]": 45,
6
  "a": 3,
7
  "b": 4,
8
  "c": 5,
 
41
  "ò": 37,
42
  "ô": 38,
43
  "û": 39,
44
+ "ÿ": 40,
45
+ "ŵ": 41,
46
+ "ŷ": 42,
47
+ "": 43,
48
+ "ỳ": 44
49
  }