AchrafTasfaout
commited on
Commit
•
36972c1
1
Parent(s):
75f38ca
Update README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,26 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
library_name: peft
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
model-index:
|
8 |
- name: mistral-7b-sql
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
-
should probably proofread and complete it, then remove this comment. -->
|
14 |
-
|
15 |
# mistral-7b-sql
|
16 |
|
17 |
-
This model is a fine-tuned version of [
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 1.0316
|
20 |
|
21 |
-
## Model description
|
22 |
-
|
23 |
-
More information needed
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
-
|
28 |
-
|
29 |
-
## Training and evaluation data
|
30 |
|
31 |
-
More information needed
|
32 |
|
33 |
## Training procedure
|
34 |
|
|
|
1 |
---
|
2 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
3 |
library_name: peft
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- LoRa
|
8 |
model-index:
|
9 |
- name: mistral-7b-sql
|
10 |
results: []
|
11 |
---
|
12 |
|
|
|
|
|
|
|
13 |
# mistral-7b-sql
|
14 |
|
15 |
+
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 Hyper dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 1.0316
|
18 |
|
|
|
|
|
|
|
19 |
|
20 |
## Intended uses & limitations
|
21 |
|
22 |
+
This model is intended to be used for Text-to-SQL tasks, such as an interface for querying a database in natural language.
|
|
|
|
|
23 |
|
|
|
24 |
|
25 |
## Training procedure
|
26 |
|