Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,7 @@ license: apache-2.0
|
|
8 |
|
9 |
dragon-mistral-7b-v0 part of the dRAGon ("Delivering RAG On ...") model series, RAG-instruct trained on top of a Mistral-7B base model.
|
10 |
|
11 |
-
DRAGON models
|
12 |
-
|
13 |
|
14 |
### Benchmark Tests
|
15 |
|
@@ -36,19 +35,6 @@ For test run results (and good indicator of target use cases), please see the fi
|
|
36 |
- **License:** Apache 2.0
|
37 |
- **Finetuned from model:** Mistral-7B-Base
|
38 |
|
39 |
-
## Uses
|
40 |
-
|
41 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
42 |
-
|
43 |
-
The intended use of DRAGON models is two-fold:
|
44 |
-
|
45 |
-
1. Provide high-quality RAG-Instruct models designed for fact-based, no "hallucination" question-answering in connection with an enterprise RAG workflow.
|
46 |
-
|
47 |
-
2. DRAGON models are fine-tuned on top of leading base foundation models, generally in the 6-7B+ range, and purposefully rolled-out across multiple base models to provide choices and "drop-in" replacements for RAG specific use cases.
|
48 |
-
|
49 |
-
3. DRAGON models were trained on the same principles as the BLING models, so generally, it should be easy to "upgrade" from a BLING model in testing to a DRAGON model in production.
|
50 |
-
|
51 |
-
|
52 |
### Direct Use
|
53 |
|
54 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
|
|
8 |
|
9 |
dragon-mistral-7b-v0 part of the dRAGon ("Delivering RAG On ...") model series, RAG-instruct trained on top of a Mistral-7B base model.
|
10 |
|
11 |
+
DRAGON models have been fine-tuned with the specific objective of fact-based question-answering over complex business and legal documents with an emphasis on reducing hallucinations and providing short, clear answers for workflow automation.
|
|
|
12 |
|
13 |
### Benchmark Tests
|
14 |
|
|
|
35 |
- **License:** Apache 2.0
|
36 |
- **Finetuned from model:** Mistral-7B-Base
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
### Direct Use
|
39 |
|
40 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|