InferenceIllusionist
commited on
Commit
•
23b3215
1
Parent(s):
dbb4de0
Update README.md
Browse files
README.md
CHANGED
@@ -7,15 +7,22 @@ tags:
|
|
7 |
- transformers
|
8 |
- unsloth
|
9 |
- mistral
|
|
|
|
|
10 |
- gguf
|
11 |
base_model: unsloth/mistral-7b-v0.2-bnb-4bit
|
|
|
|
|
12 |
---
|
|
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
-
- **Developed by:** InferenceIllusionist
|
17 |
-
- **License:** apache-2.0
|
18 |
-
- **Finetuned from model :** unsloth/mistral-7b-v0.2-bnb-4bit
|
19 |
|
20 |
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
|
|
7 |
- transformers
|
8 |
- unsloth
|
9 |
- mistral
|
10 |
+
- trl
|
11 |
+
- sft
|
12 |
- gguf
|
13 |
base_model: unsloth/mistral-7b-v0.2-bnb-4bit
|
14 |
+
datasets:
|
15 |
+
- visheratin/realworldqa
|
16 |
---
|
17 |
+
# Mistral-RealworldQA-7b SFT GGUF
|
18 |
|
19 |
+
<img src="https://i.imgur.com/Pf53ms5.jpeg" width="400"/>
|
20 |
+
|
21 |
+
Original fp16 weights [here](https://huggingface.co/InferenceIllusionist/Mistral-RealworldQA-7b-SFT).
|
22 |
+
|
23 |
+
An experiment with the goal of reducing halucinations in [VQA](https://huggingface.co/tasks/visual-question-answering).
|
24 |
+
First in of a series of projects centering around fine-tuning for image captioning.
|
25 |
|
|
|
|
|
|
|
26 |
|
27 |
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
28 |
|