Lauler commited on
Commit
e73f10b
·
verified ·
1 Parent(s): 0e77c88

Add files using upload-large-folder tool

Browse files
Files changed (3) hide show
  1. config.json +3 -6
  2. model.safetensors +1 -1
  3. tokenizer_config.json +1 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/leonardo_work/EUHPC_A01_006/models/whisper-large-v3",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
@@ -7,10 +7,7 @@
7
  "WhisperForConditionalGeneration"
8
  ],
9
  "attention_dropout": 0.0,
10
- "begin_suppress_tokens": [
11
- 220,
12
- 50257
13
- ],
14
  "bos_token_id": 50257,
15
  "classifier_proj_size": 256,
16
  "d_model": 1280,
@@ -34,7 +31,7 @@
34
  "mask_time_length": 10,
35
  "mask_time_min_masks": 2,
36
  "mask_time_prob": 0.05,
37
- "max_length": 448,
38
  "max_source_positions": 1500,
39
  "max_target_positions": 448,
40
  "median_filter_width": 7,
 
1
  {
2
+ "_name_or_path": "/leonardo_work/EUHPC_A01_006/experiments_whisper/stage1_results/large/",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
 
7
  "WhisperForConditionalGeneration"
8
  ],
9
  "attention_dropout": 0.0,
10
+ "begin_suppress_tokens": null,
 
 
 
11
  "bos_token_id": 50257,
12
  "classifier_proj_size": 256,
13
  "d_model": 1280,
 
31
  "mask_time_length": 10,
32
  "mask_time_min_masks": 2,
33
  "mask_time_prob": 0.05,
34
+ "max_length": null,
35
  "max_source_positions": 1500,
36
  "max_target_positions": 448,
37
  "median_filter_width": 7,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:90a48bd66d5ea7d16f28e4b56f0cacd4aaf6904d642bf339688a0355e5056461
3
  size 3219908024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31460af6910aedd986ee757b66182663c9cdb89483b4259f3f02efb064de3e12
3
  size 3219908024
tokenizer_config.json CHANGED
@@ -12984,14 +12984,11 @@
12984
  "<|notimestamps|>"
12985
  ],
12986
  "bos_token": "<|endoftext|>",
12987
- "clean_up_tokenization_spaces": true,
12988
  "dropout": 0.2,
12989
  "eos_token": "<|endoftext|>",
12990
- "errors": "replace",
12991
  "model_max_length": 1000000000000000019884624838656,
12992
  "pad_token": "<|endoftext|>",
12993
- "processor_class": "WhisperProcessor",
12994
  "tokenizer_class": "WhisperTokenizer",
12995
- "trust_remote_code": false,
12996
  "unk_token": "<|endoftext|>"
12997
  }
 
12984
  "<|notimestamps|>"
12985
  ],
12986
  "bos_token": "<|endoftext|>",
12987
+ "clean_up_tokenization_spaces": false,
12988
  "dropout": 0.2,
12989
  "eos_token": "<|endoftext|>",
 
12990
  "model_max_length": 1000000000000000019884624838656,
12991
  "pad_token": "<|endoftext|>",
 
12992
  "tokenizer_class": "WhisperTokenizer",
 
12993
  "unk_token": "<|endoftext|>"
12994
  }