Commit
·
50410db
1
Parent(s):
92c2404
Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,14 @@ tags:
|
|
11 |
---
|
12 |
|
13 |
## Model Card for SuperQA-7B
|
14 |
-
This model is a fine-tuned version of [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1), specifically designed for Question Answering (QA) tasks. It has been trained on a private dataset comprising
|
|
|
|
|
|
|
|
|
15 |
|
16 |
### Prompt Format
|
|
|
17 |
```
|
18 |
<s>[INST] Respond with a detailed and relevant answer to my question using only information from the provided context.
|
19 |
|
|
|
11 |
---
|
12 |
|
13 |
## Model Card for SuperQA-7B
|
14 |
+
This model is a fine-tuned version of [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1), specifically designed for Question Answering (QA) tasks. It has been trained on a private dataset comprising 120,000 document, question, and answer pairs.
|
15 |
+
|
16 |
+
To my knowledge, this is the most capable 7B model for Retrieval Augmented Generation (RAG) tasks.
|
17 |
+
|
18 |
+
The SuperQA responds in Markdown format.
|
19 |
|
20 |
### Prompt Format
|
21 |
+
This model was trained only with the following prompt:
|
22 |
```
|
23 |
<s>[INST] Respond with a detailed and relevant answer to my question using only information from the provided context.
|
24 |
|