KaraKaraWitch commited on
Commit
5be5612
1 Parent(s): 85e2c64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -4
README.md CHANGED
@@ -1,20 +1,58 @@
1
  ---
 
 
 
2
  base_model:
 
 
3
  - EVA-UNIT-01/EVA-Qwen2.5-72B-v0.0
4
  - ZeusLabs/Chronos-Platinum-72B
 
5
  - anthracite-org/magnum-v4-72b
6
- - abacusai/Dracarys2-72B-Instruct
7
- - rombodawg/Rombos-LLM-V2.5-Qwen-72b
8
  - m8than/banana-2-b-72b
 
 
 
9
  library_name: transformers
10
  tags:
11
  - mergekit
12
  - merge
 
13
  ---
14
 
15
  # ???
16
 
17
- [![image/png](https://cdn-uploads.huggingface.co/production/uploads/633e85093a17ab61de8d9073/mYiG-Ndxzqu8ofaBGbOIZ.png)](https://www.youtube.com/watch?v=PaEPo1sUc4Y "Cute Girl with a gun! OHNO--")
18
 
19
  Model stock merge for fun. Probably final model mix.
20
- This merge is an answer to people's requests. I really don't wanna do more merges without myself considering to use it.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ license_name: qwen
4
+ license_link: https://huggingface.co/Qwen/Qwen2.5-72B/blob/main/LICENSE
5
  base_model:
6
+ - rombodawg/Rombos-LLM-V2.5-Qwen-72b
7
+ - abacusai/Dracarys2-72B-Instruct
8
  - EVA-UNIT-01/EVA-Qwen2.5-72B-v0.0
9
  - ZeusLabs/Chronos-Platinum-72B
10
+ - Qwen/Qwen2.5-72B
11
  - anthracite-org/magnum-v4-72b
 
 
12
  - m8than/banana-2-b-72b
13
+ language:
14
+ - en
15
+ pipeline_tag: text-generation
16
  library_name: transformers
17
  tags:
18
  - mergekit
19
  - merge
20
+
21
  ---
22
 
23
  # ???
24
 
25
+ [![image/png](https://cdn-uploads.huggingface.co/production/uploads/633e85093a17ab61de8d9073/mYiG-Ndxzqu8ofaBGbOIZ.png)](https://www.youtube.com/watch?v=PaEPo1sUc4Y "Cute Girl with a gun!")
26
 
27
  Model stock merge for fun. Probably final model mix.
28
+ This merge is an answer to people's requests. I really don't wanna do more merges without myself considering to use it.
29
+
30
+ ### Models Merged
31
+
32
+ The following models were included in the merge:
33
+ * [rombodawg/Rombos-LLM-V2.5-Qwen-72b](https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-72b)
34
+ * [abacusai/Dracarys2-72B-Instruct](https://huggingface.co/abacusai/Dracarys2-72B-Instruct)
35
+ * [EVA-UNIT-01/EVA-Qwen2.5-72B-v0.0](https://huggingface.co/EVA-UNIT-01/EVA-Qwen2.5-72B-v0.0)
36
+ * [ZeusLabs/Chronos-Platinum-72B](https://huggingface.co/ZeusLabs/Chronos-Platinum-72B)
37
+ * [anthracite-org/magnum-v4-72b](https://huggingface.co/anthracite-org/magnum-v4-72b)
38
+ * [m8than/banana-2-b-72b](https://huggingface.co/m8than/banana-2-b-72b)
39
+
40
+ ### Configuration
41
+
42
+ The following YAML configuration was used to produce this model:
43
+
44
+ ```yaml
45
+ models:
46
+ - model: EVA-UNIT-01/EVA-Qwen2.5-72B-v0.0
47
+ - model: ZeusLabs/Chronos-Platinum-72B
48
+ - model: anthracite-org/magnum-v4-72b
49
+ - model: abacusai/Dracarys2-72B-Instruct
50
+ - model: rombodawg/Rombos-LLM-V2.5-Qwen-72b
51
+ - model: m8than/banana-2-b-72b
52
+
53
+ merge_method: model_stock
54
+ base_model: Qwen/Qwen2.5-72B
55
+ parameters:
56
+ normalize: true
57
+ dtype: bfloat16
58
+ ```