Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ tags:
|
|
| 6 |
- sft
|
| 7 |
- generated_from_trainer
|
| 8 |
- falcon
|
|
|
|
| 9 |
base_model: tiiuae/falcon-7b
|
| 10 |
model-index:
|
| 11 |
- name: falcon7b-linear-equations
|
|
@@ -22,6 +23,7 @@ This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/
|
|
| 22 |
For this task it is better to finetune [tiiuae/falcon-7b-instruct](https://huggingface.co/tiiuae/falcon-7b-instruct) as it is already finetuned on a mixture of chat/instruct datasets.
|
| 23 |
But we start by finetuning the raw model as it is more challenging.
|
| 24 |
|
|
|
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 6 |
- sft
|
| 7 |
- generated_from_trainer
|
| 8 |
- falcon
|
| 9 |
+
- transformers
|
| 10 |
base_model: tiiuae/falcon-7b
|
| 11 |
model-index:
|
| 12 |
- name: falcon7b-linear-equations
|
|
|
|
| 23 |
For this task it is better to finetune [tiiuae/falcon-7b-instruct](https://huggingface.co/tiiuae/falcon-7b-instruct) as it is already finetuned on a mixture of chat/instruct datasets.
|
| 24 |
But we start by finetuning the raw model as it is more challenging.
|
| 25 |
|
| 26 |
+
The merged version of this model with QLoRA can be found at [falcon7b-linear-equations-merged](https://huggingface.co/Menouar/falcon7b-linear-equations-merged).
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|