removed the img reference
Browse files
README.md
CHANGED
|
@@ -1,16 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
tags:
|
| 3 |
-
- text-to-image
|
| 4 |
-
- lora
|
| 5 |
-
- diffusers
|
| 6 |
-
- template:diffusion-lora
|
| 7 |
-
widget:
|
| 8 |
-
- output:
|
| 9 |
-
url: images/Gemini_Generated_Image_s9km42s9km42s9km.png
|
| 10 |
-
text: '-'
|
| 11 |
base_model: Qwen/Qwen2.5-7B-Instruct
|
| 12 |
-
|
| 13 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
# Energy-Intelligence
|
| 16 |
|
|
@@ -41,15 +38,6 @@ Dataset Curation: The Teacher model generated thousands of complex natural langu
|
|
| 41 |
|
| 42 |
Fine-Tuning (Student): The Qwen base model was then fine-tuned on this high-precision dataset. This allows the smaller model to achieve "Pro-level" accuracy regarding our specific database structure without the latency or cost of a larger LLM.
|
| 43 |
|
| 44 |
-
## Trigger words
|
| 45 |
-
|
| 46 |
-
You should use `Model Training` to trigger the image generation.
|
| 47 |
-
|
| 48 |
-
You should use `LoRA` to trigger the image generation.
|
| 49 |
-
|
| 50 |
-
You should use `QWEN` to trigger the image generation.
|
| 51 |
-
|
| 52 |
-
You should use `PEFT` to trigger the image generation.
|
| 53 |
|
| 54 |
|
| 55 |
## Download model
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model: Qwen/Qwen2.5-7B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- text-generation
|
| 7 |
+
- text-to-sql
|
| 8 |
+
- timescaledb
|
| 9 |
+
- energy
|
| 10 |
+
- qwen
|
| 11 |
---
|
| 12 |
# Energy-Intelligence
|
| 13 |
|
|
|
|
| 38 |
|
| 39 |
Fine-Tuning (Student): The Qwen base model was then fine-tuned on this high-precision dataset. This allows the smaller model to achieve "Pro-level" accuracy regarding our specific database structure without the latency or cost of a larger LLM.
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
|
| 43 |
## Download model
|