mervp commited on
Commit
db7a8da
·
verified ·
1 Parent(s): 3d5c479

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -1,16 +1,15 @@
1
  ---
2
- base_model: unsloth/llama-3.2-3b-unsloth-bnb-4bit
3
- library_name: peft
4
-
5
  tags:
6
- - text-generation
7
- - sql
8
- - peft
9
- - lora
10
- - rslora
11
- - unsloth
12
- - llama3
13
- - instruction-tuned
 
14
  ---
15
 
16
  # SQLGenie - LoRA Fine-Tuned LLaMA 3B for Text-to-SQL Generation
@@ -25,7 +24,6 @@ it has been trained over 100K types of text based on various different domains s
25
  - **Developed by:** Merwin
26
  - **Model type:** PEFT adapter (LoRA) for Causal Language Modeling
27
  - **Language(s):** English
28
- - **License:** Apache 2.0
29
  - **Fine-tuned from model:** [unsloth/llama-3.2-3b-unsloth-bnb-4bit](https://huggingface.co/unsloth/llama-3.2-3b-unsloth-bnb-4bit)
30
 
31
  ### Model Sources
 
1
  ---
2
+ base_model: llama-3B
 
 
3
  tags:
4
+ - text-generation
5
+ - sql
6
+ - peft
7
+ - lora
8
+ - rslora
9
+ - unsloth
10
+ - llama3
11
+ - instruction-tuned
12
+ license: mit
13
  ---
14
 
15
  # SQLGenie - LoRA Fine-Tuned LLaMA 3B for Text-to-SQL Generation
 
24
  - **Developed by:** Merwin
25
  - **Model type:** PEFT adapter (LoRA) for Causal Language Modeling
26
  - **Language(s):** English
 
27
  - **Fine-tuned from model:** [unsloth/llama-3.2-3b-unsloth-bnb-4bit](https://huggingface.co/unsloth/llama-3.2-3b-unsloth-bnb-4bit)
28
 
29
  ### Model Sources