Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,26 +1,32 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
#
|
6 |
|
7 |
-
##
|
8 |
-
- Accuracy: 0.0605
|
9 |
-
- Precision (Macro): 0.2513
|
10 |
-
- Recall (Macro): 0.4152
|
11 |
-
- F1 Score (Macro): 0.2812
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
| 2 | graphs | 0.16129 | 0.514019 | 0.245536 |
|
19 |
-
| 3 | math | 0.262595 | 0.68254 | 0.379272 |
|
20 |
-
| 4 | number theory | 0.317647 | 0.415385 | 0.36 |
|
21 |
-
| 5 | other | 0 | 0 | 0 |
|
22 |
-
| 6 | probabilities | 0.241379 | 0.388889 | 0.297872 |
|
23 |
-
| 7 | strings | 0.440476 | 0.474359 | 0.45679 |
|
24 |
-
| 8 | trees | 0.362745 | 0.513889 | 0.425287 |
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- machine-learning
|
5 |
+
- your-tags-here
|
6 |
+
license: apache-2.0
|
7 |
---
|
8 |
|
9 |
+
# Model Card for KeivanR/Qwen2.5-1.5B-Instruct-Zero-Shot
|
10 |
|
11 |
+
## Evaluation Results
|
|
|
|
|
|
|
|
|
12 |
|
13 |
+
### Overall Metrics
|
14 |
+
- **Accuracy:** 0.06
|
15 |
+
- **Precision (Macro):** 0.25
|
16 |
+
- **Recall (Macro):** 0.42
|
17 |
+
- **F1 Score (Macro):** 0.28
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
+
### Per-Class Metrics
|
20 |
+
| | class | precision | recall | f1 |
|
21 |
+
|---:|:--------------|------------:|---------:|-----:|
|
22 |
+
| 0 | games | 0.38 | 0.13 | 0.19 |
|
23 |
+
| 1 | geometry | 0.1 | 0.62 | 0.17 |
|
24 |
+
| 2 | graphs | 0.16 | 0.51 | 0.25 |
|
25 |
+
| 3 | math | 0.26 | 0.68 | 0.38 |
|
26 |
+
| 4 | number theory | 0.32 | 0.42 | 0.36 |
|
27 |
+
| 5 | other | 0 | 0 | 0 |
|
28 |
+
| 6 | probabilities | 0.24 | 0.39 | 0.3 |
|
29 |
+
| 7 | strings | 0.44 | 0.47 | 0.46 |
|
30 |
+
| 8 | trees | 0.36 | 0.51 | 0.43 |
|
31 |
+
|
32 |
+
*Metrics rounded to 2 decimal places*
|