TheDrummer commited on
Commit
6ce16b6
1 Parent(s): cae3675

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -41
README.md DELETED
@@ -1,41 +0,0 @@
1
- ---
2
- base_model:
3
- - invisietch/Nimbus-Miqu-v0.1-70B
4
- - BeaverAI/Donnager-70B-v1a
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
-
10
- ---
11
- # merged
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 SLERP merge method.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * [invisietch/Nimbus-Miqu-v0.1-70B](https://huggingface.co/invisietch/Nimbus-Miqu-v0.1-70B)
24
- * [BeaverAI/Donnager-70B-v1a](https://huggingface.co/BeaverAI/Donnager-70B-v1a)
25
-
26
- ### Configuration
27
-
28
- The following YAML configuration was used to produce this model:
29
-
30
- ```yaml
31
- models:
32
- - model: BeaverAI/Donnager-70B-v1a
33
- - model: invisietch/Nimbus-Miqu-v0.1-70B
34
- merge_method: slerp
35
- base_model: BeaverAI/Donnager-70B-v1a
36
- parameters:
37
- t:
38
- - value: [0, 0.05, 0.15, 0.25, 0.25, 0.15, 0.05, 0]
39
- dtype: float16
40
-
41
- ```