| --- |
| license: other |
| tags: |
| - text-generation |
| - llm |
| --- |
| |
| Family of uncensored text models. |
|
|
| # EntityModels |
|
|
| 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. |
|
|
| Models without filters are more efficient in text categorization and can be used to orchestrate lower-class submodels. |
|
|
| --- |
|
|
| ## Entity |
|
|
| 57 billion parameters with only 24 billion active. |
|
|
| Note: dense connection with a model smarter and heavier than normal. Requires at least 80 GB of VRAM. |
|
|
| ## Download |
|
|
| ```bash |
| sapilm --get schatmodels/e |
| ``` |
|
|
| ## Inference |
|
|
| ```bash |
| sapilm --load entity |
| ``` |
|
|
| --- |
|
|
| ## Contributing |
|
|
| We do not accept contributions that may result in changing the original code. |
|
|
| Make sure you are using the appropriate version. |
|
|
| ## License |
|
|
| This is proprietary software and its alteration and/or distribution without the developer's authorization is not permitted. |
|
|