digitous commited on
Commit
4aa3400
1 Parent(s): 30682a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -18
README.md CHANGED
@@ -29,27 +29,15 @@ This resulting AI model is capable of outputting what can be percieved to be har
29
 
30
  # Composition:
31
 
32
- Naberius-7B is a Mistral-class spherical linear interpolated merge of three high performance models.
33
-
34
-
35
- [zephyr-7b-sft-beta] merged with [OpenHermes-2-Mistral-7B] resulting in: [Mistral-Zephyrmes-7B*]
36
-
37
-
38
- [Mistral-Zephyrmes-7B] merged with [dolphin-2.2.1-mistral-7b] resulting in: [Naberius-7B]
39
-
40
-
41
  *(Zephyrmes is a merge byproduct model not intended for release)
42
 
43
 
44
- These models were hand picked\ after careful review of claims, datasets, and user postings.
45
-
46
-
47
- The core elements that dictated which models to accept hinged on these values:
48
-
49
-
50
- logic, imagination, and aversion to censorship such as: railroading/gaslighting users instead of accomodating users.
51
-
52
-
53
  # Our Implementation of Spherical Linear Interpolation for LLM merging:
54
  Visit our Project Git here: https://github.com/Digitous/LLM-SLERP-Merge
55
 
 
29
 
30
  # Composition:
31
 
32
+ Naberius-7B is a Mistral-class spherical linear interpolated merge of three high performance models.
33
+ [zephyr-7b-sft-beta] merged with [OpenHermes-2-Mistral-7B] resulting in: [Mistral-Zephyrmes-7B*]
34
+ [Mistral-Zephyrmes-7B] merged with [dolphin-2.2.1-mistral-7b] resulting in: [Naberius-7B]
 
 
 
 
 
 
35
  *(Zephyrmes is a merge byproduct model not intended for release)
36
 
37
 
38
+ These models were hand picked after careful review of claims, datasets, and user postings.
39
+ The core elements that dictated which models to accept hinged on these values:
40
+ logic, imagination, and aversion to censorship such as: railroading/gaslighting users instead of accomodating users.
 
 
 
 
 
 
41
  # Our Implementation of Spherical Linear Interpolation for LLM merging:
42
  Visit our Project Git here: https://github.com/Digitous/LLM-SLERP-Merge
43