Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,14 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
-
<b>Odd1sOut</b> given a set of words, which one doesn't belong?
|
| 6 |
|
| 7 |
Odd1sOut is an excellent dataset for evaluating Small Language Models (SLMs) on that that larger Language Models (LLMs) usually excel at. Provided a dataset of four to six unique but sensible words, the goal is to identify which word would not fit, given the context.
|
| 8 |
|
| 9 |
Train (split): 1435 samples
|
| 10 |
-
Test (split): 131 samples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
+
<b>Odd1sOut</b>: given a set of words, which one doesn't belong?
|
| 6 |
|
| 7 |
Odd1sOut is an excellent dataset for evaluating Small Language Models (SLMs) on that that larger Language Models (LLMs) usually excel at. Provided a dataset of four to six unique but sensible words, the goal is to identify which word would not fit, given the context.
|
| 8 |
|
| 9 |
Train (split): 1435 samples
|
| 10 |
+
Test (split): 131 samples
|
| 11 |
+
|
| 12 |
+
Example:
|
| 13 |
+
|
| 14 |
+
slip, glide, stagger, slide
|
| 15 |
+
ANSWER: stagger
|