Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
language:
|
4 |
- en
|
|
|
5 |
license: apache-2.0
|
6 |
tags:
|
7 |
- text-generation-inference
|
@@ -9,6 +10,14 @@ tags:
|
|
9 |
- unsloth
|
10 |
- mistral
|
11 |
- gguf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
@@ -19,4 +28,4 @@ tags:
|
|
19 |
|
20 |
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
1 |
---
|
2 |
+
base_model: Agnuxo/Mamba-Codestral-7B-v0.1-instruct-python_coding_assistant-GGUF_4bit
|
3 |
language:
|
4 |
- en
|
5 |
+
- es
|
6 |
license: apache-2.0
|
7 |
tags:
|
8 |
- text-generation-inference
|
|
|
10 |
- unsloth
|
11 |
- mistral
|
12 |
- gguf
|
13 |
+
datasets:
|
14 |
+
- iamtarun/python_code_instructions_18k_alpaca
|
15 |
+
- jtatman/python-code-dataset-500k
|
16 |
+
- flytech/python-codes-25k
|
17 |
+
- Vezora/Tested-143k-Python-Alpaca
|
18 |
+
metrics:
|
19 |
+
- code_eval
|
20 |
+
library_name: adapter-transformers
|
21 |
---
|
22 |
|
23 |
# Uploaded model
|
|
|
28 |
|
29 |
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
30 |
|
31 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|