Commit
·
b7017e3
1
Parent(s):
446d004
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- es
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- text-generation-inference
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
+
|
11 |
+
## Description
|
12 |
+
|
13 |
+
This repo contains GGUF 8bit quantized version of the model [clibrain/lince-mistral-7b-it-es](https://huggingface.co/clibrain/lince-mistral-7b-it-es)
|
14 |
+
|
15 |
+
## Model Description
|
16 |
+
|
17 |
+
- **Developed by:** [Clibrain](https://www.clibrain.com/)
|
18 |
+
- **Model type:** Language model, instruction model, causal decoder-only
|
19 |
+
- **Language(s) (NLP):** es
|
20 |
+
- **License:** apache-2.0
|
21 |
+
- **Parent Model:** https://huggingface.co/mistralai/Mistral-7B-v0.1
|