Lauler commited on
Commit
4cc5bf9
·
verified ·
1 Parent(s): 4618356

Add files using upload-large-folder tool

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer.json +4 -4
  4. tokenizer_config.json +1 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_name_or_path": "/leonardo_work/EUHPC_A01_006/models/whisper-small",
3
- "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
6
  "architectures": [
 
1
  {
2
  "_name_or_path": "/leonardo_work/EUHPC_A01_006/models/whisper-small",
3
+ "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
6
  "architectures": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f57704f2fac3ada6f9a4ec93fe6f9b53847899aa752460dca2a6dd80a2414910
3
  size 563189936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4968b89aef05596bf9fcc61c01c8d483637ee788b51b02cfcc5e67e44bebde7b
3
  size 563189936
tokenizer.json CHANGED
@@ -14479,7 +14479,7 @@
14479
  "normalizer": null,
14480
  "pre_tokenizer": {
14481
  "type": "ByteLevel",
14482
- "add_prefix_space": true,
14483
  "trim_offsets": true,
14484
  "use_regex": true
14485
  },
@@ -14623,10 +14623,10 @@
14623
  },
14624
  "model": {
14625
  "type": "BPE",
14626
- "dropout": 0.2,
14627
  "unk_token": null,
14628
- "continuing_subword_prefix": null,
14629
- "end_of_word_suffix": null,
14630
  "fuse_unk": false,
14631
  "byte_fallback": false,
14632
  "vocab": {
 
14479
  "normalizer": null,
14480
  "pre_tokenizer": {
14481
  "type": "ByteLevel",
14482
+ "add_prefix_space": false,
14483
  "trim_offsets": true,
14484
  "use_regex": true
14485
  },
 
14623
  },
14624
  "model": {
14625
  "type": "BPE",
14626
+ "dropout": null,
14627
  "unk_token": null,
14628
+ "continuing_subword_prefix": "",
14629
+ "end_of_word_suffix": "",
14630
  "fuse_unk": false,
14631
  "byte_fallback": false,
14632
  "vocab": {
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "add_bos_token": false,
3
- "add_prefix_space": true,
4
  "added_tokens_decoder": {
5
  "50257": {
6
  "content": "<|endoftext|>",
@@ -12978,7 +12978,6 @@
12978
  ],
12979
  "bos_token": "<|endoftext|>",
12980
  "clean_up_tokenization_spaces": true,
12981
- "dropout": 0.2,
12982
  "eos_token": "<|endoftext|>",
12983
  "errors": "replace",
12984
  "model_max_length": 1024,
 
1
  {
2
  "add_bos_token": false,
3
+ "add_prefix_space": false,
4
  "added_tokens_decoder": {
5
  "50257": {
6
  "content": "<|endoftext|>",
 
12978
  ],
12979
  "bos_token": "<|endoftext|>",
12980
  "clean_up_tokenization_spaces": true,
 
12981
  "eos_token": "<|endoftext|>",
12982
  "errors": "replace",
12983
  "model_max_length": 1024,