AchrafTasfaout commited on
Commit
36972c1
1 Parent(s): 75f38ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -12
README.md CHANGED
@@ -1,34 +1,26 @@
1
  ---
2
- base_model: TheBloke/Mistral-7B-Instruct-v0.2-GPTQ
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 [TheBloke/Mistral-7B-Instruct-v0.2-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GPTQ) on the None dataset.
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
- More information needed
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