CHZY-1 commited on
Commit
8b1d19b
1 Parent(s): 5dc9814

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -19,20 +19,16 @@ language:
19
 
20
  # sqlcoder-7b-2_FineTuned_QLORA_Adapter
21
 
22
- This model is a fine-tuned version of [defog/sqlcoder-7b-2](https://huggingface.co/defog/sqlcoder-7b-2) on 260 MS SQL examples (Task, Schema and Answer pairs).
23
-
24
- ## Model description
25
-
26
- More information needed
27
 
28
  ## Intended uses & limitations
29
 
30
- SQL Query Generation
31
 
32
  ## Training and evaluation data
33
 
34
  This model was re-trained using the QLoRA method, with the following configurations:
35
- - 'r = 32', 'lora_alpha = 32', 'lora_dropout = 0.1', bias='none', task_type='CAUSAL_LM'
36
 
37
  Quantization parameters:
38
  - load_in_4bit=True, bnb_4bit_quant_type="nf4", bnb_4bit_compute_dtype=torch.bfloat16
 
19
 
20
  # sqlcoder-7b-2_FineTuned_QLORA_Adapter
21
 
22
+ This model is a fine-tuned version of [defog/sqlcoder-7b-2](https://huggingface.co/defog/sqlcoder-7b-2) on 260 MS SQL examples (Task, Schema and Answer).
 
 
 
 
23
 
24
  ## Intended uses & limitations
25
 
26
+ MS Server - SQL Query Generation
27
 
28
  ## Training and evaluation data
29
 
30
  This model was re-trained using the QLoRA method, with the following configurations:
31
+ - 'r = 64', 'lora_alpha = 32', 'lora_dropout = 0.05', bias='none', task_type='CAUSAL_LM'
32
 
33
  Quantization parameters:
34
  - load_in_4bit=True, bnb_4bit_quant_type="nf4", bnb_4bit_compute_dtype=torch.bfloat16