Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
-
library_name: peft
|
4 |
-
|
5 |
tags:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
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
|