Commit
·
5edeaa7
1
Parent(s):
ea596d3
Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: mistralai/Mistral-7B-Instruct-v0.1
|
|
|
4 |
---
|
5 |
|
6 |
### Model Description
|
7 |
|
8 |
<!-- Provide a longer summary of what this model is. -->
|
9 |
-
|
10 |
-
which has been fine-tuned based on the 'Mistral-7B-Instruct-v0.1' using 'sql-create-context' datasets.
|
11 |
|
12 |
-
SQLに特化したMistral-7Bモデルです(普段のクエリ書くために作りました、よろしければ試してみてください)
|
13 |
|
14 |
## Training procedure
|
15 |
|
@@ -29,4 +28,4 @@ The following `bitsandbytes` quantization config was used during training:
|
|
29 |
### Framework versions
|
30 |
|
31 |
|
32 |
-
- PEFT 0.6.0.dev0
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: mistralai/Mistral-7B-Instruct-v0.1
|
4 |
+
pipeline_tag: text-generation
|
5 |
---
|
6 |
|
7 |
### Model Description
|
8 |
|
9 |
<!-- Provide a longer summary of what this model is. -->
|
10 |
+
SQL Generation model which is fine-tuned on the 'Mistral-7B-Instruct-v0.1' and the dataset for this SQLGeneration task is 'sql-create-context' dataset.
|
|
|
11 |
|
|
|
12 |
|
13 |
## Training procedure
|
14 |
|
|
|
28 |
### Framework versions
|
29 |
|
30 |
|
31 |
+
- PEFT 0.6.0.dev0
|