Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -155,55 +155,18 @@ print(result)
|
|
155 |
|
156 |
## Example Classifications
|
157 |
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
**Simple
|
163 |
-
|
164 |
-
|
165 |
-
**
|
166 |
-
|
167 |
-
**Nuanced
|
168 |
-
|
169 |
-
|
170 |
-
**Prediction:** NONE β οΈ (confidence: 0.581)
|
171 |
-
|
172 |
-
### INTERNAL
|
173 |
-
|
174 |
-
**Simple Example:**
|
175 |
-
> *"Emma struggles with overwhelming anxiety after her father's harsh criticism, questioning her self-worth and abilities."*
|
176 |
-
|
177 |
-
**Prediction:** INTERNAL β
(confidence: 0.983)
|
178 |
-
|
179 |
-
**Nuanced Example:**
|
180 |
-
> *"The renowned pianist Clara finds herself paralyzed by perfectionism, her childhood trauma surfacing as she prepares for the performance that could define her legacy."*
|
181 |
-
|
182 |
-
**Prediction:** INTERNAL β
(confidence: 0.733)
|
183 |
-
|
184 |
-
### EXTERNAL
|
185 |
-
|
186 |
-
**Simple Example:**
|
187 |
-
> *"Knight Roderick embarks on a dangerous quest to retrieve the stolen crown from the dragon's lair."*
|
188 |
-
|
189 |
-
**Prediction:** EXTERNAL β
(confidence: 0.717)
|
190 |
-
|
191 |
-
**Nuanced Example:**
|
192 |
-
> *"Master thief Elias infiltrates the heavily guarded fortress, disabling security systems and evading patrol routes, each obstacle requiring new techniques and tools to reach the vault."*
|
193 |
-
|
194 |
-
**Prediction:** EXTERNAL β
(confidence: 0.711)
|
195 |
-
|
196 |
-
### BOTH
|
197 |
-
|
198 |
-
**Simple Example:**
|
199 |
-
> *"Sarah must rescue her kidnapped daughter from the terrorist compound while confronting her own paralyzing guilt about being an absent mother."*
|
200 |
-
|
201 |
-
**Prediction:** BOTH β οΈ (confidence: 0.578)
|
202 |
-
|
203 |
-
**Nuanced Example:**
|
204 |
-
> *"Archaeologist Sophia discovers an ancient artifact that could rewrite history, but must confront her own ethical boundaries and childhood abandonment issues as powerful forces try to silence her."*
|
205 |
-
|
206 |
-
**Prediction:** BOTH β
(confidence: 0.926)
|
207 |
|
208 |
## Limitations
|
209 |
|
|
|
155 |
|
156 |
## Example Classifications
|
157 |
|
158 |
+
| Class | Type | Example | Prediction | Confidence |
|
159 |
+
|-------|------|---------|------------|------------|
|
160 |
+
| **NONE** | Simple | *"Margaret runs the village bakery, making fresh bread every morning at 5 AM for the past thirty years."* | NONE β
| 0.997 |
|
161 |
+
| **NONE** | Nuanced | *"Dr. Harrison performs routine medical check-ups with methodical precision, maintaining professional distance while patients share their deepest fears about mortality."* | NONE β οΈ | 0.581 |
|
162 |
+
| **INTERNAL** | Simple | *"Emma struggles with overwhelming anxiety after her father's harsh criticism, questioning her self-worth and abilities."* | INTERNAL β
| 0.983 |
|
163 |
+
| **INTERNAL** | Nuanced | *"The renowned pianist Clara finds herself paralyzed by perfectionism, her childhood trauma surfacing as she prepares for the performance that could define her legacy."* | INTERNAL β
| 0.733 |
|
164 |
+
| **EXTERNAL** | Simple | *"Knight Roderick embarks on a dangerous quest to retrieve the stolen crown from the dragon's lair."* | EXTERNAL β
| 0.717 |
|
165 |
+
| **EXTERNAL** | Nuanced | *"Master thief Elias infiltrates the heavily guarded fortress, disabling security systems and evading patrol routes, each obstacle requiring new techniques and tools to reach the vault."* | EXTERNAL β
| 0.711 |
|
166 |
+
| **BOTH** | Simple | *"Sarah must rescue her kidnapped daughter from the terrorist compound while confronting her own paralyzing guilt about being an absent mother."* | BOTH β οΈ | 0.578 |
|
167 |
+
| **BOTH** | Nuanced | *"Archaeologist Sophia discovers an ancient artifact that could rewrite history, but must confront her own ethical boundaries and childhood abandonment issues as powerful forces try to silence her."* | BOTH β
| 0.926 |
|
168 |
+
|
169 |
+
**Results:** 8/8 correct predictions (100% accuracy)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
|
171 |
## Limitations
|
172 |
|