Update README.md
Browse files
README.md
CHANGED
@@ -142,41 +142,65 @@ lora_config = LoraConfig(
|
|
142 |
|
143 |
---
|
144 |
|
145 |
-
|
146 |
|
147 |
We evaluated the model at multiple checkpoints during training. Below is the evolution of its storytelling capabilities:
|
148 |
|
149 |
-
|
150 |
**Prompt**:
|
151 |
```
|
152 |
Description: Jake Sully, portrayed by Sam Worthington, is a former Marine who becomes part of the Avatar Program in James Cameron's "Avatar."
|
153 |
Scenario: Jake Sully is planning a mission to protect Pandora from an impending human attack.
|
154 |
```
|
155 |
-
**Generated
|
156 |
```
|
157 |
-
|
158 |
```
|
159 |
-
(Base model produced generic, predictable outputs.)
|
160 |
|
161 |
-
|
162 |
-
|
|
|
|
|
163 |
```
|
164 |
-
|
165 |
```
|
166 |
|
167 |
-
|
168 |
-
|
|
|
|
|
169 |
```
|
170 |
-
|
171 |
```
|
172 |
|
173 |
-
|
174 |
-
|
|
|
|
|
175 |
```
|
176 |
-
|
177 |
```
|
178 |
|
179 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
|
181 |
---
|
182 |
|
|
|
142 |
|
143 |
---
|
144 |
|
145 |
+
### **Performance Over Checkpoints**
|
146 |
|
147 |
We evaluated the model at multiple checkpoints during training. Below is the evolution of its storytelling capabilities:
|
148 |
|
149 |
+
#### **Base Model Output (Pre-Fine-Tuning)**
|
150 |
**Prompt**:
|
151 |
```
|
152 |
Description: Jake Sully, portrayed by Sam Worthington, is a former Marine who becomes part of the Avatar Program in James Cameron's "Avatar."
|
153 |
Scenario: Jake Sully is planning a mission to protect Pandora from an impending human attack.
|
154 |
```
|
155 |
+
**Generated Story Arc**:
|
156 |
```
|
157 |
+
The story arc follows three main acts. In Act I (Set-up), we learn about Jake’s involvement in the Avatar program on Earth before being assigned to become one with an alien world inhabited by various species including blue catlike creatures called Navi...
|
158 |
```
|
159 |
+
_(Base model produced generic, predictable outputs.)_
|
160 |
|
161 |
+
---
|
162 |
+
|
163 |
+
#### **Checkpoint 100**
|
164 |
+
**Generated Story Arc**:
|
165 |
```
|
166 |
+
In the pulsating heart of Pandoran wilderness, beneath the starlit canopy, lay the lush sanctuary known as Hometree—a sprawling, verdant oasis hidden away like some ancient secret within its own private realm...
|
167 |
```
|
168 |
|
169 |
+
---
|
170 |
+
|
171 |
+
#### **Checkpoint 200**
|
172 |
+
**Generated Story Arc**:
|
173 |
```
|
174 |
+
In the pulsating heart of Pandora, beneath the shimmering canopy of blue-green leaves, whispers of an imminent assault echoed through the night air like distant drums. The scent of ozone mingled with the heady perfume of alien flora...
|
175 |
```
|
176 |
|
177 |
+
---
|
178 |
+
|
179 |
+
#### **Checkpoint 300**
|
180 |
+
**Generated Story Arc**:
|
181 |
```
|
182 |
+
In the verdant heart of Pandora, under the watchful gaze of its towering trees and shimmering skies, tensions hung heavy like mist on a morning river. The air was thick with anticipation; whispers carried through the jungle...
|
183 |
```
|
184 |
|
185 |
+
---
|
186 |
+
|
187 |
+
#### **Checkpoint 400**
|
188 |
+
**Generated Story Arc**:
|
189 |
+
```
|
190 |
+
The azure sky above Pandora pulsed vibrantly as it reflected off the bioluminescent foliage below, creating a symphony of colors both mesmerizing and ominous. A group of diverse individuals huddled together on one of the few remaining clearings amidst this vast jungle—some humans, some Na’vi, but all united under the common goal of protecting what remained sacred here.
|
191 |
+
|
192 |
+
Amidst them stood Captain Jake Sully; once a proud member of Earth's military forces now transformed into the avian-like figure known only as...The Avatarian! His cybernetic eyes scanned over each person present before focusing back onto himself - remembering every moment since joining this cause against humanity's greedy expansionism across space & time itself...
|
193 |
+
```
|
194 |
+
|
195 |
+
---
|
196 |
+
|
197 |
+
### **Conclusion**
|
198 |
+
The progression from the **base model** to **Checkpoint 400** demonstrates a **remarkable shift**:
|
199 |
+
- From **factual summaries** → to **descriptive storytelling**.
|
200 |
+
- From **generic outputs** → to **rich world-building and immersion**.
|
201 |
+
- From **basic narrative structures** → to **vivid, emotional storytelling**.
|
202 |
+
|
203 |
+
This result highlights the success of LoRA fine-tuning in **adapting the storytelling capabilities of larger models** into a more efficient 7B model.
|
204 |
|
205 |
---
|
206 |
|