Model save
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
library_name: peft
|
| 4 |
tags:
|
| 5 |
- trl
|
| 6 |
- sft
|
| 7 |
- generated_from_trainer
|
| 8 |
-
base_model:
|
| 9 |
datasets:
|
| 10 |
- generator
|
| 11 |
model-index:
|
|
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# code-llama-7b-text-to-sql
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
library_name: peft
|
| 4 |
tags:
|
| 5 |
- trl
|
| 6 |
- sft
|
| 7 |
- generated_from_trainer
|
| 8 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 9 |
datasets:
|
| 10 |
- generator
|
| 11 |
model-index:
|
|
|
|
| 18 |
|
| 19 |
# code-llama-7b-text-to-sql
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the generator dataset.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|