Ruqiya commited on
Commit
c59ef71
1 Parent(s): 552eb6e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -3,28 +3,28 @@ tags:
3
  - merge
4
  - mergekit
5
  - lazymergekit
6
- - google/gemma-7b
7
  base_model:
8
- - google/gemma-7b
9
  ---
10
 
11
  # Gemma-2b-rs
12
 
13
  Gemma-2b-rs is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
14
- * [google/gemma-7b](https://huggingface.co/google/gemma-7b)
15
 
16
  ## 🧩 Configuration
17
 
18
  ```yaml
19
  models:
20
- - model: google/gemma-7b-it
21
  # No parameters necessary for base model
22
- - model: google/gemma-7b
23
  parameters:
24
  density: 0.53
25
  weight: 0.45
26
  merge_method: dare_ties
27
- base_model: google/gemma-7b-it
28
  parameters:
29
  int8_mask: true
30
  dtype: bfloat16
 
3
  - merge
4
  - mergekit
5
  - lazymergekit
6
+ - unsloth/gemma-7b
7
  base_model:
8
+ - unsloth/gemma-7b
9
  ---
10
 
11
  # Gemma-2b-rs
12
 
13
  Gemma-2b-rs is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
14
+ * [unsloth/gemma-7b](https://huggingface.co/unsloth/gemma-7b)
15
 
16
  ## 🧩 Configuration
17
 
18
  ```yaml
19
  models:
20
+ - model: unsloth/gemma-7b-it
21
  # No parameters necessary for base model
22
+ - model: unsloth/gemma-7b
23
  parameters:
24
  density: 0.53
25
  weight: 0.45
26
  merge_method: dare_ties
27
+ base_model: unsloth/gemma-7b-it
28
  parameters:
29
  int8_mask: true
30
  dtype: bfloat16