munish0838
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- mistral
|
8 |
+
- text-generation-inference
|
9 |
+
base_model: cognitivecomputations/dolphin-2.6-mistral-7b
|
10 |
+
inference: false
|
11 |
+
---
|
12 |
+
|
13 |
+
# Dolphin-2.6-mistral-7b-GGUF
|
14 |
+
- Quantized version of [dolphin-2.6-mistral-7b](https://huggingface.co/cognitivecomputations/dolphin-2.6-mistral-7b)
|
15 |
+
- Created using llama.cpp
|
16 |
+
|
17 |
+
## Model Description
|
18 |
+
- Model was created by [cognitivecomputations](https://huggingface.co/cognitivecomputations)
|
19 |
+
- This model is based on Mistral-7b
|
20 |
+
- The base model has 16k context
|
21 |
+
- This model is uncensored, hence users are responsible for the contentthey create using this model
|