zamal commited on
Commit
63357d5
·
verified ·
1 Parent(s): e32b102

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -16,10 +16,14 @@ 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
  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
 
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
  ```
21
  Model input: "C program to add two numbers"
22
  Improved Prompt as output: "Implement a C program that takes two integer inputs and calculates their sum"
23
 
24
+ Model input: "I wanna learn Martial Arts"
25
+ Improved Prompt as output: "Explain the steps one would take to learn martial arts, from beginner to advanced levels."
26
+
27
 
28
 
29
  ## Usage