olsi8 commited on
Commit
6477c6a
·
verified ·
1 Parent(s): 1e3c171

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - google/gemma-3-4b-it
4
+ - olsi8/gemma-3-4b-it-shqip-v2
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+
10
+ ---
11
+ # merge
12
+
13
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
+
15
+ ## Merge Details
16
+ ### Merge Method
17
+
18
+ This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [google/gemma-3-4b-it](https://huggingface.co/google/gemma-3-4b-it) as a base.
19
+
20
+ ### Models Merged
21
+
22
+ The following models were included in the merge:
23
+ * [olsi8/gemma-3-4b-it-shqip-v2](https://huggingface.co/olsi8/gemma-3-4b-it-shqip-v2)
24
+
25
+ ### Configuration
26
+
27
+ The following YAML configuration was used to produce this model:
28
+
29
+ ```yaml
30
+
31
+ models:
32
+ - model: google/gemma-3-4b-it
33
+ #no parameters necessary for base model
34
+ - model: google/gemma-3-4b-it
35
+ parameters:
36
+ density: 0.5
37
+ weight: 0.5
38
+ - model: olsi8/gemma-3-4b-it-shqip-v2
39
+ parameters:
40
+ density: 0.5
41
+ weight: 0.5
42
+
43
+ merge_method: ties
44
+ base_model: google/gemma-3-4b-it
45
+ parameters:
46
+ normalize: false
47
+ int8_mask: true
48
+ dtype: float16
49
+
50
+
51
+ ```