MetaphoricalCode commited on
Commit
902aef0
·
verified ·
1 Parent(s): a58705e

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -47
README.md CHANGED
@@ -1,47 +1,48 @@
1
- ---
2
- base_model: [CohereForAI/c4ai-command-r-08-2024, TheDrummer/Star-Command-R-32B-v1]
3
- library_name: transformers
4
- tags:
5
- - mergekit
6
- - merge
7
-
8
- ---
9
- # Quantization
10
- Quantized using the default exllamav2 (0.2.9) quantization process.\
11
- Original model: https://huggingface.co/Downtown-Case/Star-Command-R-Lite-32B-v1 \
12
- exllamav2: https://github.com/turboderp-org/exllamav2
13
-
14
- # Original model card of Star-Command-R-Lite-32B-v1
15
-
16
- A simple SLERP merge of TheDrummer's Star-Command with its base model, to tone it down and "keep" more of Command-R.
17
-
18
- https://huggingface.co/TheDrummer/Star-Command-R-32B-v1
19
-
20
- Created using [mergekit](https://github.com/cg123/mergekit).
21
-
22
- ## Merge Details
23
- ### Merge Method
24
-
25
- This model was merged using the SLERP merge method.
26
-
27
- ### Models Merged
28
-
29
- The following models were included in the merge:
30
- * TheDrummer/Star-Command-R-32B-v1
31
- * CohereForAI/c4ai-command-r-08-2024
32
-
33
- ### Configuration
34
-
35
- The following YAML configuration was used to produce this model:
36
-
37
- ```yaml
38
- models:
39
- - model: TheDrummer/Star-Command-R-32B-v1
40
- - model: CohereForAI/c4ai-command-r-08-2024
41
- merge_method: slerp
42
- parameters:
43
- t:
44
- - value: 0.5
45
- base_model: CohereForAI/c4ai-command-r-08-2024
46
- dtype: bfloat16
47
- ```
 
 
1
+ ---
2
+ base_model:
3
+ - Downtown-Case/Star-Command-R-Lite-32B-v1
4
+ base_model_relation: quantized
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+ ---
10
+ # Quantization
11
+ Quantized using the default exllamav2 (0.2.9) quantization process.\
12
+ Original model: https://huggingface.co/Downtown-Case/Star-Command-R-Lite-32B-v1 \
13
+ exllamav2: https://github.com/turboderp-org/exllamav2
14
+
15
+ # Original model card of Star-Command-R-Lite-32B-v1
16
+
17
+ A simple SLERP merge of TheDrummer's Star-Command with its base model, to tone it down and "keep" more of Command-R.
18
+
19
+ https://huggingface.co/TheDrummer/Star-Command-R-32B-v1
20
+
21
+ Created using [mergekit](https://github.com/cg123/mergekit).
22
+
23
+ ## Merge Details
24
+ ### Merge Method
25
+
26
+ This model was merged using the SLERP merge method.
27
+
28
+ ### Models Merged
29
+
30
+ The following models were included in the merge:
31
+ * TheDrummer/Star-Command-R-32B-v1
32
+ * CohereForAI/c4ai-command-r-08-2024
33
+
34
+ ### Configuration
35
+
36
+ The following YAML configuration was used to produce this model:
37
+
38
+ ```yaml
39
+ models:
40
+ - model: TheDrummer/Star-Command-R-32B-v1
41
+ - model: CohereForAI/c4ai-command-r-08-2024
42
+ merge_method: slerp
43
+ parameters:
44
+ t:
45
+ - value: 0.5
46
+ base_model: CohereForAI/c4ai-command-r-08-2024
47
+ dtype: bfloat16
48
+ ```