Abdulwahab Sahyoun commited on
Commit
76627c1
1 Parent(s): 407f4f4

Training in progress, step 3600

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
1
+ {"<s>": 75, "</s>": 76}
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/hubert-large-ll60k",
3
  "activation_dropout": 0.0,
4
  "apply_spec_augment": true,
5
  "architectures": [
1
  {
2
+ "_name_or_path": "/l/users/abdulwahab.sahyoun/aradia/aradia-ctc-hubert-ft",
3
  "activation_dropout": 0.0,
4
  "apply_spec_augment": true,
5
  "architectures": [
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e43cc08fdb057fd17cabcd3a64c1cf5d4ef1a75af9455b749964f927efb0c2e1
3
  size 1262240305
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:697ffa85724c4aa2b63e3d1bddc1fa12ac4115207d37314c6ea2e50152b77c02
3
  size 1262240305
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": "|", "replace_word_delimiter_char": " ", "special_tokens_map_file": null, "name_or_path": "/l/users/abdulwahab.sahyoun/aradia/aradia-ctc-hubert-ft", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f82db85d064ecd80aba4d96b7a3847c14620029cd1c7f9865f1f54b166025c9
3
  size 3119
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3099b6e9376efc743c41cabc7fc8d5158d3fc3800f9f0cc2ff0644bef8a1200
3
  size 3119
vocab.json ADDED
@@ -0,0 +1 @@
 
1
+ {"ء": 1, "ؤ": 2, "ئ": 3, "ا": 4, "ب": 5, "ة": 6, "ت": 7, "ث": 8, "ج": 9, "ح": 10, "خ": 11, "د": 12, "ذ": 13, "ر": 14, "ز": 15, "س": 16, "ش": 17, "ص": 18, "ض": 19, "ط": 20, "ظ": 21, "ع": 22, "غ": 23, "ف": 24, "ق": 25, "ك": 26, "ل": 27, "م": 28, "ن": 29, "ه": 30, "و": 31, "ى": 32, "ي": 33, "پ": 34, "چ": 35, "ڤ": 36, "ک": 37, "ڭ": 38, "گ": 39, "ۃ": 40, "ی": 41, "ﷲ": 42, "ﷺ": 43, "ﺎ": 44, "ﺐ": 45, "ﺑ": 46, "ﺔ": 47, "ﺖ": 48, "ﺗ": 49, "ﺘ": 50, "ﺠ": 51, "ﺨ": 52, "ﺮ": 53, "ﺸ": 54, "ﺻ": 55, "ﻀ": 56, "ﻂ": 57, "ﻄ": 58, "ﻋ": 59, "ﻌ": 60, "ﻔ": 61, "ﻗ": 62, "ﻘ": 63, "ﻚ": 64, "ﻟ": 65, "ﻠ": 66, "ﻢ": 67, "ﻤ": 68, "ﻨ": 69, "ﻮ": 70, "ﻳ": 71, "ﻴ": 72, "|": 0, "[UNK]": 73, "[PAD]": 74}