Suparious commited on
Commit
1cf0b06
1 Parent(s): 24862be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
2
  library_name: transformers
 
3
  tags:
 
 
 
4
  - 4-bit
5
  - AWQ
6
  - text-generation
@@ -15,7 +19,15 @@ quantized_by: Suparious
15
  - Model creator: [bunnycore](https://huggingface.co/bunnycore)
16
  - Original model: [Cognitron-8B](https://huggingface.co/bunnycore/Cognitron-8B)
17
 
 
18
 
 
 
 
 
 
 
 
19
 
20
  ## How to use
21
 
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
  tags:
5
+ - merge
6
+ - mergekit
7
+ - lazymergekit
8
  - 4-bit
9
  - AWQ
10
  - text-generation
 
19
  - Model creator: [bunnycore](https://huggingface.co/bunnycore)
20
  - Original model: [Cognitron-8B](https://huggingface.co/bunnycore/Cognitron-8B)
21
 
22
+ ## Model Summary
23
 
24
+ Cognitron-8B is an experimental large language model (LLM) created by combining three pre-existing models: Llama-3-8B-Lexi-Uncensored, Einstein-v6.1-Llama3-8B, and dolphin-2.9-llama3-8b. This combination aims to achieve a unique blend of capabilities:
25
+
26
+ * Uncensored Knowledge: By incorporating Llama-3-8B-Lexi-Uncensored, Cognitron-8B has access to a wider range of information without filtering.
27
+ * Enhanced Intelligence: The inclusion of Einstein-v6.1-Llama3-8B is intended to boost Cognitron-8B's reasoning and problem-solving abilities.
28
+ * Creative Fluency: The dolphin-2.9-llama3-8b component is designed to contribute creativity and unconventional thinking to Cognitron-8B's responses.
29
+
30
+ It is important to note that combining these models is an experiment, and the resulting performance is unknown.
31
 
32
  ## How to use
33