schatmodels commited on
Commit
9872b90
·
verified ·
1 Parent(s): ce160b2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - text-generation
5
+ - llm
6
+ ---
7
+
8
+ Family of uncensored text models.
9
+
10
+ # EntityModels
11
+
12
+ The models in the Entity family do not have alignment, filters, or censorship. To filter the model's responses, a subsequent fine-tuning is necessary, the loading of a very well-defined constitution in the system instructions, or both, to ensure greater alignment and protection against inappropriate responses.
13
+
14
+ Models without filters are more efficient in text categorization and can be used to orchestrate lower-class submodels.
15
+
16
+ ---
17
+
18
+ ## Entity
19
+
20
+ 57 billion parameters with only 24 billion active.
21
+
22
+ Note: dense connection with a model smarter and heavier than normal. Requires at least 80 GB of VRAM.
23
+
24
+ ## Download
25
+
26
+ ```bash
27
+ sapilm --get schatmodels/e
28
+ ```
29
+
30
+ ## Inference
31
+
32
+ ```bash
33
+ sapilm --load entity
34
+ ```
35
+
36
+ ---
37
+
38
+ ## Contributing
39
+
40
+ We do not accept contributions that may result in changing the original code.
41
+
42
+ Make sure you are using the appropriate version.
43
+
44
+ ## License
45
+
46
+ This is proprietary software and its alteration and/or distribution without the developer's authorization is not permitted.