Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,12 @@ inference:
|
|
8 |
temperature: 0.4
|
9 |
---
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
# IMAGINE-7B-Instruct
|
12 |
|
13 |
> *Interaction Model for Advanced Graphics Inference and Exploration*
|
@@ -34,7 +40,7 @@ This instruction model is based on [Mistral-7B-v0.1](https://huggingface.co/mist
|
|
34 |
# 💻 Get Started with IMAGINE
|
35 |
|
36 |
## Prompt template
|
37 |
-
To leverage instruction fine-tuning, your prompt should
|
38 |
|
39 |
```text
|
40 |
<s>[INST] {your prompt goes here} [/INST]
|
|
|
8 |
temperature: 0.4
|
9 |
---
|
10 |
|
11 |
+
## Preamble
|
12 |
+
The main purpose of that model, outside form providing a strong foundation for assisted prompting, was to better understand how fine-tuning works.
|
13 |
+
Therefore, the dataset is prone to change, as well as the training workflow.
|
14 |
+
|
15 |
+
---
|
16 |
+
|
17 |
# IMAGINE-7B-Instruct
|
18 |
|
19 |
> *Interaction Model for Advanced Graphics Inference and Exploration*
|
|
|
40 |
# 💻 Get Started with IMAGINE
|
41 |
|
42 |
## Prompt template
|
43 |
+
To leverage instruction fine-tuning, your prompt should be surrounded with `[INST]` and `[/INST]`.
|
44 |
|
45 |
```text
|
46 |
<s>[INST] {your prompt goes here} [/INST]
|