mergisi commited on
Commit
618681f
·
1 Parent(s): a0d462b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -8,18 +8,19 @@ language:
8
  - en
9
  tags:
10
  - mistral-7b
 
11
  ---
12
 
13
- # Model Card for Model ID
14
-
15
- This model card presents the finetuning of the Mistral-7b model using the PEFT library and bitsandbytes for loading large models in 4-bit. The notebook demonstrates finetuning with Low Rank Adapters (LoRA), allowing only the adapters to be finetuned instead of the entire model. The process is designed for ease of use with Google Colab and is applicable for models supporting device_map.This specialized model offers a powerful tool for database querying and analysis, streamlining the process of extracting information from databases using conversational inputs.
16
 
 
17
 
18
  ## Model Details
19
 
20
  ### Model Description
21
 
22
- <!-- Provide a longer summary of what this model is. -->
 
23
 
24
 
25
 
 
8
  - en
9
  tags:
10
  - mistral-7b
11
+ - lora
12
  ---
13
 
14
+ # AI2sql
 
 
15
 
16
+ AI2sql is a state-of-the-art LLM for converting natural language questions to SQL queries.
17
 
18
  ## Model Details
19
 
20
  ### Model Description
21
 
22
+ This model card presents the finetuning of the Mistral-7b model using the PEFT library and bitsandbytes for loading large models in 4-bit. The notebook demonstrates finetuning with Low Rank Adapters (LoRA), allowing only the adapters to be finetuned instead of the entire model. This specialized model offers a powerful tool for database querying and analysis, streamlining the process of extracting information from databases using conversational inputs.
23
+
24
 
25
 
26