初始化项目,由ModelHub XC社区提供模型
Model: Andycurrent/Mistral-7B-Uncensored-GGUF Source: Original Platform
This commit is contained in:
42
.gitattributes
vendored
Normal file
42
.gitattributes
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-uncensored_F16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-uncensored_Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-uncensored_Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-uncensored_Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-uncensored_Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-uncensored_Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-uncensored_Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
73
README.md
Normal file
73
README.md
Normal file
@@ -0,0 +1,73 @@
|
||||
---
|
||||
license: apache-2.0
|
||||
language:
|
||||
- en
|
||||
base_model:
|
||||
- luvGPT/mistral-7b-uncensored
|
||||
tags:
|
||||
- Uncensored
|
||||
- text-generation
|
||||
- Quantized
|
||||
- Conversational
|
||||
---
|
||||
|
||||
## Mistral-7B-Uncensored – Lightweight Instruction Model
|
||||
|
||||
This repository provides the Mistral-7B-Uncensored model — a 7-billion-parameter conversational system designed for users who need responsive behavior with minimal automated filtering. Ideal for experimentation, offline usage, and custom alignment work.
|
||||
|
||||
|
||||
## Model Overview
|
||||
|
||||
- **Model Name**: Mistral-7B-Uncensored
|
||||
- **Base Architecture**: Mistral 7B Transformer
|
||||
- **Developer / Maintainer**: luvGPT
|
||||
- **Training Type**: Instruction-oriented fine-tuning
|
||||
- **License**: Apache 2.0
|
||||
- **Intended Use**: High-control conversational model for private workflows
|
||||
|
||||
|
||||
## Model Purpose
|
||||
|
||||
This variant focuses on delivering direct, adaptable responses rather than enforcing heavy policy constraints. It is intended for advanced users, researchers, and self-hosted environments who want to experiment with alignment behavior and prompt specialization.
|
||||
The design emphasizes flexibility, predictable structure during long dialogues, and support for workflows requiring thoughtful reasoning rather than rigid safety layers.
|
||||
Reference formatting inspiration from
|
||||
|
||||
## Conversation Formatting
|
||||
|
||||
The model operates effectively using a dialogue format similar to many Chat-style templates:
|
||||
|
||||
```
|
||||
<|system|>
|
||||
System instructions here
|
||||
<|user|>
|
||||
User prompt
|
||||
<|assistant|>
|
||||
```
|
||||
|
||||
## Capabilities
|
||||
|
||||
- Tuned for instruction-following and productive dialogue
|
||||
- Reduced filtering to support research and customization
|
||||
- Handles contextual reasoning and multi-step tasks
|
||||
- Strong performance on creative writing, utility prompts, and open-ended discussion
|
||||
- Designed for local inference, CPU-friendly runtimes, and quantized deployment
|
||||
- Stable behavior over extended conversations
|
||||
|
||||
|
||||
## Suggested Applications
|
||||
|
||||
- **Local assistant usage** : general chat, idea development
|
||||
- **Developer workflows** : code help, debugging, technical explanation
|
||||
- **Research environments** : prompt engineering, alignment studies
|
||||
- **Offline deployments** : privacy-sensitive or air-gapped environments
|
||||
- **Creative experimentation** : storytelling, prototyping characters
|
||||
|
||||
|
||||
## Notes & Considerations
|
||||
|
||||
- The model is not a safety-filtered assistant; responsibility for usage rests with the operator.
|
||||
- Best suited for experienced users familiar with model governance and local deployment practices.
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
Thanks to the Mistral developers and the open-model community for ecosystem support enabling accessible experimentation, as well as contributors who help evaluate and improve lightweight instruction models.
|
||||
3
mistral-7b-uncensored_F16.gguf
Normal file
3
mistral-7b-uncensored_F16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a238e29ca5ee72ba63f06834bba622e473de41b5c5f106502bc58188402a7135
|
||||
size 14484732928
|
||||
3
mistral-7b-uncensored_Q2_K.gguf
Normal file
3
mistral-7b-uncensored_Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90578f704de4d129c46d6cd3400cb5b90ff6746c20ba14157ddf3a601cc76adc
|
||||
size 2719243264
|
||||
3
mistral-7b-uncensored_Q3_K_M.gguf
Normal file
3
mistral-7b-uncensored_Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34078372fa496abfcf04c16ae56ba28e2fd7d84527132be91c7a05c8ba7f8e67
|
||||
size 3518987264
|
||||
3
mistral-7b-uncensored_Q4_K_M.gguf
Normal file
3
mistral-7b-uncensored_Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43dab93dd5f2789f1bb63b79ae18dfeb09b02a22f64492da9d6d365b32b062ab
|
||||
size 4368440320
|
||||
3
mistral-7b-uncensored_Q5_K_M.gguf
Normal file
3
mistral-7b-uncensored_Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f264bd6d4d2038ea1be17ba4df8da65e7dab66ab0b41227f6d11d0e53aceb729
|
||||
size 5131410432
|
||||
3
mistral-7b-uncensored_Q6_K.gguf
Normal file
3
mistral-7b-uncensored_Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46904f9955acfa19f011f52834614d3d9b9e895713d3bbf06af8c9cb272a7755
|
||||
size 5942066176
|
||||
3
mistral-7b-uncensored_Q8_0.gguf
Normal file
3
mistral-7b-uncensored_Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7389f1cf804ee0c63e6e70260a09843f0a54be8ba9dfa0038a9db1a7a3a0f7b0
|
||||
size 7695858688
|
||||
Reference in New Issue
Block a user