veract commited on
Commit
731ed50
1 Parent(s): 56843bd

End of training

Browse files
decoder_model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17affc3e5300228400d04819ae4c30cf813c5bfc7961f6a1c4939528b3b3ab69
3
+ size 118395509
encoder_model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2c30b38e5ab906b8796d6f0318e2c8d6972ba17440552ce1d3d8882eaf3a92e
3
+ size 32904983
special_tokens_map.json CHANGED
@@ -117,21 +117,21 @@
117
  "eos_token": {
118
  "content": "<|endoftext|>",
119
  "lstrip": false,
120
- "normalized": false,
121
  "rstrip": false,
122
  "single_word": false
123
  },
124
  "pad_token": {
125
  "content": "<|endoftext|>",
126
  "lstrip": false,
127
- "normalized": false,
128
  "rstrip": false,
129
  "single_word": false
130
  },
131
  "unk_token": {
132
  "content": "<|endoftext|>",
133
  "lstrip": false,
134
- "normalized": false,
135
  "rstrip": false,
136
  "single_word": false
137
  }
 
117
  "eos_token": {
118
  "content": "<|endoftext|>",
119
  "lstrip": false,
120
+ "normalized": true,
121
  "rstrip": false,
122
  "single_word": false
123
  },
124
  "pad_token": {
125
  "content": "<|endoftext|>",
126
  "lstrip": false,
127
+ "normalized": true,
128
  "rstrip": false,
129
  "single_word": false
130
  },
131
  "unk_token": {
132
  "content": "<|endoftext|>",
133
  "lstrip": false,
134
+ "normalized": true,
135
  "rstrip": false,
136
  "single_word": false
137
  }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -12984,5 +12984,6 @@
12984
  "processor_class": "WhisperProcessor",
12985
  "return_attention_mask": false,
12986
  "tokenizer_class": "WhisperTokenizer",
 
12987
  "unk_token": "<|endoftext|>"
12988
  }
 
12984
  "processor_class": "WhisperProcessor",
12985
  "return_attention_mask": false,
12986
  "tokenizer_class": "WhisperTokenizer",
12987
+ "trust_remote_code": false,
12988
  "unk_token": "<|endoftext|>"
12989
  }