icefog72 commited on
Commit
a4985b2
1 Parent(s): 27c3528

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +111 -115
README.md CHANGED
@@ -1,115 +1,111 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- library_name: transformers
4
- tags:
5
- - mergekit
6
- - merge
7
- - alpaca
8
- - mistral
9
- - not-for-all-audiences
10
- - nsfw
11
- base_model:
12
- - icefog72/IceCocoaRP-7b
13
- - icefog72/IceSakeV8RP-7b
14
- - icefog72/IceSakeV6RP-7b
15
- - Ppoyaa/KunoichiVerse-7B
16
- - crestf411/daybreak-kunoichi-2dpo-7b
17
- ---
18
- # IceSakeRP-7b-8bpw-exl2
19
-
20
- [Base model](https://huggingface.co/icefog72/IceSakeRP-7b)
21
-
22
- [Rules-lorebook and settings I'm using you can find here](https://huggingface.co/icefog72/GeneralInfoToStoreNotModel/tree/main)
23
-
24
-
25
- [ko-fi To buy sweets for my cat :3](https://ko-fi.com/icefog72)
26
-
27
- ## Merge Details
28
-
29
- ### Merge Method
30
-
31
- This model was merged using the SLERP merge method.
32
-
33
- ### Models Merged
34
-
35
- The following models were included in the merge:
36
-
37
- All before last one (bfloat16)
38
- * IceSakeV11_1
39
- - IceCocoaRP-7b
40
- - IceSakeV8RP-7b (base_model)
41
- * IceSakeV11_2 (base_model)
42
- - IceSakeV6RP-7b
43
- - IceSakeV0RP-7b (base_model)
44
- - IceCocoaRP-7b (base_model)
45
- - IceKunoichiRP-7b
46
- - KunoichiVerse-7B (base_model)
47
- - daybreak-kunoichi-2dpo-7b
48
-
49
-
50
-
51
- I recommend using the `huggingface-hub` Python library:
52
-
53
- ```shell
54
- pip3 install huggingface-hub
55
- ```
56
-
57
- To download the `main` branch to a folder called `IceSakeRP-7b-8bpw-exl2`:
58
-
59
- ```shell
60
- mkdir IceSakeRP-7b-8bpw-exl2
61
- huggingface-cli download icefog72/IceSakeRP-7b-8bpw-exl2 --local-dir IceSakeRP-7b-8bpw-exl2 --local-dir-use-symlinks False
62
- ```
63
-
64
- <details>
65
- <summary>More advanced huggingface-cli download usage</summary>
66
-
67
- If you remove the `--local-dir-use-symlinks False` parameter, the files will instead be stored in the central Hugging Face cache directory (default location on Linux is: `~/.cache/huggingface`), and symlinks will be added to the specified `--local-dir`, pointing to their real location in the cache. This allows for interrupted downloads to be resumed, and allows you to quickly clone the repo to multiple places on disk without triggering a download again. The downside, and the reason why I don't list that as the default option, is that the files are then hidden away in a cache folder and it's harder to know where your disk space is being used, and to clear it up if/when you want to remove a download model.
68
-
69
- The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
70
-
71
- For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
72
-
73
- To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
74
-
75
- ```shell
76
- pip3 install hf_transfer
77
- ```
78
-
79
- And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
80
-
81
- ```shell
82
- mkdir FOLDERNAME
83
- HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download MODEL --local-dir FOLDERNAME --local-dir-use-symlinks False
84
- ```
85
-
86
- Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
87
- </details>
88
-
89
-
90
- ### Configuration
91
-
92
- The following YAML configuration was used to produce this model:
93
-
94
- ```yaml
95
- slices:
96
- - sources:
97
- - model: IceSakeV11_1
98
- layer_range: [0, 32]
99
- - model: IceSakeV11_2
100
- layer_range: [0, 32]
101
-
102
- merge_method: slerp
103
- base_model: IceSakeV11_2
104
- parameters:
105
- t:
106
- - filter: self_attn
107
- value: [0, 0.5, 0.3, 0.7, 1]
108
- - filter: mlp
109
- value: [1, 0.5, 0.7, 0.3, 0]
110
- - value: 0.5 # fallback for rest of tensors
111
-
112
- dtype: float16
113
-
114
-
115
- ```
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ library_name: transformers
4
+ tags:
5
+ - mergekit
6
+ - merge
7
+ - alpaca
8
+ - mistral
9
+ - not-for-all-audiences
10
+ - nsfw
11
+ base_model: icefog72/IceSakeRP-7b
12
+ quantized_by: icefog72
13
+ ---
14
+ # IceSakeRP-7b-8bpw-exl2
15
+
16
+ [Base model](https://huggingface.co/icefog72/IceSakeRP-7b)
17
+
18
+ [Rules-lorebook and settings I'm using you can find here](https://huggingface.co/icefog72/GeneralInfoToStoreNotModel/tree/main)
19
+
20
+
21
+ [ko-fi To buy sweets for my cat :3](https://ko-fi.com/icefog72)
22
+
23
+ ## Merge Details
24
+
25
+ ### Merge Method
26
+
27
+ This model was merged using the SLERP merge method.
28
+
29
+ ### Models Merged
30
+
31
+ The following models were included in the merge:
32
+
33
+ All before last one (bfloat16)
34
+ * IceSakeV11_1
35
+ - IceCocoaRP-7b
36
+ - IceSakeV8RP-7b (base_model)
37
+ * IceSakeV11_2 (base_model)
38
+ - IceSakeV6RP-7b
39
+ - IceSakeV0RP-7b (base_model)
40
+ - IceCocoaRP-7b (base_model)
41
+ - IceKunoichiRP-7b
42
+ - KunoichiVerse-7B (base_model)
43
+ - daybreak-kunoichi-2dpo-7b
44
+
45
+
46
+
47
+ I recommend using the `huggingface-hub` Python library:
48
+
49
+ ```shell
50
+ pip3 install huggingface-hub
51
+ ```
52
+
53
+ To download the `main` branch to a folder called `IceSakeRP-7b-8bpw-exl2`:
54
+
55
+ ```shell
56
+ mkdir IceSakeRP-7b-8bpw-exl2
57
+ huggingface-cli download icefog72/IceSakeRP-7b-8bpw-exl2 --local-dir IceSakeRP-7b-8bpw-exl2 --local-dir-use-symlinks False
58
+ ```
59
+
60
+ <details>
61
+ <summary>More advanced huggingface-cli download usage</summary>
62
+
63
+ If you remove the `--local-dir-use-symlinks False` parameter, the files will instead be stored in the central Hugging Face cache directory (default location on Linux is: `~/.cache/huggingface`), and symlinks will be added to the specified `--local-dir`, pointing to their real location in the cache. This allows for interrupted downloads to be resumed, and allows you to quickly clone the repo to multiple places on disk without triggering a download again. The downside, and the reason why I don't list that as the default option, is that the files are then hidden away in a cache folder and it's harder to know where your disk space is being used, and to clear it up if/when you want to remove a download model.
64
+
65
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
66
+
67
+ For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
68
+
69
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
70
+
71
+ ```shell
72
+ pip3 install hf_transfer
73
+ ```
74
+
75
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
76
+
77
+ ```shell
78
+ mkdir FOLDERNAME
79
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download MODEL --local-dir FOLDERNAME --local-dir-use-symlinks False
80
+ ```
81
+
82
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
83
+ </details>
84
+
85
+
86
+ ### Configuration
87
+
88
+ The following YAML configuration was used to produce this model:
89
+
90
+ ```yaml
91
+ slices:
92
+ - sources:
93
+ - model: IceSakeV11_1
94
+ layer_range: [0, 32]
95
+ - model: IceSakeV11_2
96
+ layer_range: [0, 32]
97
+
98
+ merge_method: slerp
99
+ base_model: IceSakeV11_2
100
+ parameters:
101
+ t:
102
+ - filter: self_attn
103
+ value: [0, 0.5, 0.3, 0.7, 1]
104
+ - filter: mlp
105
+ value: [1, 0.5, 0.7, 0.3, 0]
106
+ - value: 0.5 # fallback for rest of tensors
107
+
108
+ dtype: float16
109
+
110
+
111
+ ```