Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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-Mini
|
| 19 |
+
|
| 20 |
+
7 billion parameters.
|
| 21 |
+
|
| 22 |
+
## Download
|
| 23 |
+
|
| 24 |
+
```bash
|
| 25 |
+
sapilm --get schatmodels/em
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
## Inference
|
| 29 |
+
|
| 30 |
+
```bash
|
| 31 |
+
sapilm --load entity-mini
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
---
|
| 35 |
+
|
| 36 |
+
## Contributing
|
| 37 |
+
|
| 38 |
+
We do not accept contributions that may result in changing the original code.
|
| 39 |
+
|
| 40 |
+
Make sure you are using the appropriate version.
|
| 41 |
+
|
| 42 |
+
## License
|
| 43 |
+
|
| 44 |
+
This is proprietary software and its alteration and/or distribution without the developer's authorization is not permitted.
|