Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,11 @@ This model is fine-tuned using the QLORA (Quantized Low Rank Adaptation) approac
|
|
16 |
## How It Works
|
17 |
|
18 |
The model operates by analyzing the structure, content, and intent behind the input prompt. Using the QLORA fine-tuning methodology, it identifies areas for enhancement and generates a revised version that better captures the intended message or question, ensuring higher engagement and clearer communication.
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Usage
|
21 |
|
|
|
16 |
## How It Works
|
17 |
|
18 |
The model operates by analyzing the structure, content, and intent behind the input prompt. Using the QLORA fine-tuning methodology, it identifies areas for enhancement and generates a revised version that better captures the intended message or question, ensuring higher engagement and clearer communication.
|
19 |
+
```
|
20 |
+
Model input: "C program to add two numbers"
|
21 |
+
Improved Prompt as output: "Implement a C program that takes two integer inputs and calculates their sum"
|
22 |
+
|
23 |
+
|
24 |
|
25 |
## Usage
|
26 |
|