lucio commited on
Commit
05d3bd2
1 Parent(s): 8eefd98

add other train data

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. eval_results.json +12 -0
  3. pytorch_model.bin +1 -1
  4. vocab.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
  "activation_dropout": 0.05,
4
  "apply_spec_augment": true,
5
  "architectures": [
 
1
  {
2
+ "_name_or_path": "/workspace/checkpoints/lg/wav2vec2-large-xlsr-lg",
3
  "activation_dropout": 0.05,
4
  "apply_spec_augment": true,
5
  "architectures": [
eval_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 15.0,
3
+ "eval_loss": 0.3136628568172455,
4
+ "eval_mem_cpu_alloc_delta": 34139004,
5
+ "eval_mem_cpu_peaked_delta": 150959615,
6
+ "eval_mem_gpu_alloc_delta": 0,
7
+ "eval_mem_gpu_peaked_delta": 6546583552,
8
+ "eval_runtime": 67.274,
9
+ "eval_samples": 584,
10
+ "eval_samples_per_second": 8.681,
11
+ "eval_wer": 0.4847064076802858
12
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:250886b77bbe4f48ce8dc11df6e0ea05b03dc779b3d03a0b2ca48223214d87c1
3
  size 1262048599
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7923c31962c9a9ae3d34445c106b1811ab0ec6157094a44999fdb74f58791f6
3
  size 1262048599
vocab.json CHANGED
@@ -1 +1 @@
1
- {"j": 0, "r": 1, "w": 2, "s": 3, "z": 4, "u": 6, "i": 7, "e": 8, "c": 9, "k": 10, "": 11, "t": 12, "d": 13, "b": 14, "y": 15, "m": 16, "f": 17, "o": 18, "g": 19, "p": 20, "n": 21, "a": 22, "v": 23, "h": 24, "l": 25, "|": 5, "[UNK]": 26, "[PAD]": 27}
 
1
+ {"o": 0, "w": 1, "r": 2, "c": 3, "u": 4, "f": 5, "n": 6, "": 7, "h": 8, "a": 9, "z": 10, "p": 11, "t": 12, "b": 14, "g": 15, "l": 16, "s": 17, "k": 18, "e": 19, "m": 20, "v": 21, "i": 22, "j": 23, "y": 24, "d": 25, "|": 13, "[UNK]": 26, "[PAD]": 27}