Apel-sin commited on
Commit
3c759d4
·
verified ·
1 Parent(s): 0a234ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -22,7 +22,23 @@ metrics:
22
 
23
  # Model Details
24
 
25
- Merge of antony66/whisper-large-v3-russian and bond005/whisper-large-v3-ru-podlodka
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  ## Usage
28
 
 
22
 
23
  # Model Details
24
 
25
+ This model was merged using the TIES merge method.
26
+
27
+ ```yaml
28
+ method: ties
29
+ parameters:
30
+ ties_density: 0.85
31
+ encoder_weights:
32
+ - 0.65
33
+ - 0.35
34
+ decoder_weights:
35
+ - 0.6
36
+ - 0.4
37
+ models:
38
+ model_a: "/mnt/cloud/llm/whisper/whisper-large-v3-russian"
39
+ model_b: "/mnt/cloud/llm/whisper/whisper-large-v3-ru-podlodka"
40
+ output_dir: "/mnt/cloud/llm/whisper/whisper-large-v3-russian-ties-podlodka"
41
+ ```
42
 
43
  ## Usage
44