bunnycore commited on
Commit
a15977f
1 Parent(s): 1be8699

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -16,15 +16,23 @@ Cognitron-8B is an experimental large language model (LLM) created by combining
16
 
17
  It is important to note that combining these models is an experiment, and the resulting performance is unknown.
18
 
19
- Cognitron-8B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
20
 
 
21
 
22
- GGUF: https://huggingface.co/mradermacher/Cognitron-8B-GGUF
23
 
24
  ## Potential Biases and Limitations
25
 
26
  Uncensored Content: Due to the inclusion of uncensored models, Cognitron-8B may generate outputs containing biases, hate speech, or offensive language.
27
 
 
 
 
 
 
 
 
 
28
  ## 🧩 Configuration
29
 
30
  ```yaml
 
16
 
17
  It is important to note that combining these models is an experiment, and the resulting performance is unknown.
18
 
19
+ GGUF: https://huggingface.co/mradermacher/Cognitron-8B-GGUF
20
 
21
+ Cognitron-8B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
22
 
 
23
 
24
  ## Potential Biases and Limitations
25
 
26
  Uncensored Content: Due to the inclusion of uncensored models, Cognitron-8B may generate outputs containing biases, hate speech, or offensive language.
27
 
28
+
29
+ ## Importance of Uncensored Models
30
+
31
+ The inclusion of an uncensored model in Cognitron-8B reflects a growing interest in exploring the potential benefits of unfiltered information for LLMs. Here's why uncensored models are important:
32
+
33
+ * Comprehensiveness: Unrestricted access to information allows LLMs to capture a more complete picture of the world, even if it includes controversial or sensitive topics.
34
+ * Real-World Applicability: In situations where internet access is limited, uncensored LLMs could serve as a valuable source of unfiltered knowledge, allowing users to make informed decisions based on the available data.
35
+
36
  ## 🧩 Configuration
37
 
38
  ```yaml