g8a9 commited on
Commit
fc2f0cd
1 Parent(s): 1c67fa3

Training in progress, step 400

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"<s>": 40, "</s>": 41}
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ed1358fbb8de7e56d2da3614ded6ed30b729a0ef58b40a379668204a17852df
3
  size 1262095857
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20236bd16c5d0b1889f41433511d98c78c67697ef2262e966fbd00a594833939
3
  size 1262095857
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}, {"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": "../outputs/wav2vec2-xls-r-300m-italian-augmented-multids", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d447d36bd96301dc17dfd69383c8c33c470f1b2a9866f6557c167c5b36c3339
3
  size 3183
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40d3586c5f771c6045940b979e267119454a67e177da2a6521e0d8aa293a8fb7
3
  size 3183
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, "q": 17, "r": 18, "s": 19, "t": 20, "u": 21, "v": 22, "w": 23, "x": 24, "y": 25, "z": 26, "à": 27, "è": 28, "é": 29, "í": 30, "ò": 31, "ó": 32, "ú": 33, "ħ": 34, "ʹ": 35, "̇": 36, "ъ": 37, "|": 0, "[UNK]": 38, "[PAD]": 39}