rossevine commited on
Commit
4b43526
·
1 Parent(s): f636fca

add tokenizer

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"<s>": 28, "</s>": 29}
runs/Aug10_22-46-18_hpc-Aquarium2/1691682414.7413702/events.out.tfevents.1691682414.hpc-Aquarium2.24694.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d5daf32a75efad2721ef76f8d8417960932765cf28aebfdc1f59d5586f89bec
3
+ size 4544
runs/Aug10_22-46-18_hpc-Aquarium2/events.out.tfevents.1691682414.hpc-Aquarium2.24694.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb330019015cdfe9e759b9ea166c9bc5003442f2cf75c8f87af725cb2aadf48
3
+ size 4356
runs/Aug10_22-57-52_hpc-Aquarium2/1691683099.5336423/events.out.tfevents.1691683099.hpc-Aquarium2.24694.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b526e07f367f549cad1c96ac1f10664432f3eeb9fe97edbb12ff3a5802abf2c
3
+ size 4544
runs/Aug10_22-57-52_hpc-Aquarium2/events.out.tfevents.1691683099.hpc-Aquarium2.24694.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e7346f6b8c0b5b00db645692227636033be004fe03cf8954df2bc34ace2ffc
3
+ size 4136
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "./", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
vocab.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"a": 1, "b": 2, "c": 3, "d": 4, "e": 5, "f": 6, "g": 7, "h": 8, "i": 9, "j": 10, "k": 11, "l": 12, "m": 13, "n": 14, "o": 15, "p": 16, "r": 17, "s": 18, "t": 19, "u": 20, "v": 21, "w": 22, "x": 23, "y": 24, "z": 25, "|": 0, "[UNK]": 26, "[PAD]": 27}