Update README.md
Browse files
README.md
CHANGED
|
@@ -7,10 +7,14 @@ tags:
|
|
| 7 |
- generated_from_trainer
|
| 8 |
base_model: mistralai/Mistral-7B-v0.1
|
| 9 |
datasets:
|
| 10 |
-
-
|
| 11 |
model-index:
|
| 12 |
- name: mistral-7b-text-to-sql
|
| 13 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -18,19 +22,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# mistral-7b-text-to-sql
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
More information needed
|
| 30 |
-
|
| 31 |
-
## Training and evaluation data
|
| 32 |
-
|
| 33 |
-
More information needed
|
| 34 |
|
| 35 |
## Training procedure
|
| 36 |
|
|
@@ -48,10 +47,6 @@ The following hyperparameters were used during training:
|
|
| 48 |
- lr_scheduler_warmup_ratio: 0.03
|
| 49 |
- num_epochs: 3
|
| 50 |
|
| 51 |
-
### Training results
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
### Framework versions
|
| 56 |
|
| 57 |
- PEFT 0.7.2.dev0
|
|
|
|
| 7 |
- generated_from_trainer
|
| 8 |
base_model: mistralai/Mistral-7B-v0.1
|
| 9 |
datasets:
|
| 10 |
+
- b-mc2/sql-create-context
|
| 11 |
model-index:
|
| 12 |
- name: mistral-7b-text-to-sql
|
| 13 |
results: []
|
| 14 |
+
reference:
|
| 15 |
+
- https://www.philschmid.de/fine-tune-llms-in-2024-with-trl
|
| 16 |
+
language:
|
| 17 |
+
- en
|
| 18 |
---
|
| 19 |
|
| 20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 22 |
|
| 23 |
# mistral-7b-text-to-sql
|
| 24 |
|
| 25 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the b-mc2/sql-create-context dataset.
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
| 29 |
+
- Model type: Language model
|
| 30 |
+
- Language(s) (NLP): English
|
| 31 |
+
- License: Apache 2.0
|
| 32 |
+
- Finetuned from model : Mistral-7B-v0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
## Training procedure
|
| 35 |
|
|
|
|
| 47 |
- lr_scheduler_warmup_ratio: 0.03
|
| 48 |
- num_epochs: 3
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
### Framework versions
|
| 51 |
|
| 52 |
- PEFT 0.7.2.dev0
|