Mitchins commited on
Commit
0597aa2
Β·
verified Β·
1 Parent(s): 2ee5f3c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -49
README.md CHANGED
@@ -155,55 +155,18 @@ print(result)
155
 
156
  ## Example Classifications
157
 
158
- Here are sample classifications showing the model's predictions with confidence scores:
159
-
160
- ### NONE
161
-
162
- **Simple Example:**
163
- > *"Margaret runs the village bakery, making fresh bread every morning at 5 AM for the past thirty years."*
164
-
165
- **Prediction:** NONE βœ… (confidence: 0.997)
166
-
167
- **Nuanced Example:**
168
- > *"Dr. Harrison performs routine medical check-ups with methodical precision, maintaining professional distance while patients share their deepest fears about mortality."*
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