victoriadreis
commited on
Commit
•
4566c71
1
Parent(s):
dc3468d
Update README.md
Browse files
README.md
CHANGED
@@ -16,21 +16,25 @@ model-index:
|
|
16 |
- task:
|
17 |
type: text-classfication
|
18 |
dataset:
|
19 |
-
name:
|
20 |
type: Silly-Machine/TuPyE-Dataset
|
21 |
metrics:
|
22 |
- type: accuracy
|
23 |
-
value: 0.
|
24 |
name: Accuracy
|
25 |
verified: true
|
26 |
- type: f1
|
27 |
-
value: 0.
|
28 |
-
name: F1
|
29 |
verified: true
|
30 |
-
- type:
|
31 |
-
value: 0.
|
32 |
-
name:
|
33 |
verified: true
|
|
|
|
|
|
|
|
|
34 |
source:
|
35 |
name: Open LLM Leaderboard
|
36 |
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
|
|
|
16 |
- task:
|
17 |
type: text-classfication
|
18 |
dataset:
|
19 |
+
name: TuPyE-Dataset
|
20 |
type: Silly-Machine/TuPyE-Dataset
|
21 |
metrics:
|
22 |
- type: accuracy
|
23 |
+
value: 0.901
|
24 |
name: Accuracy
|
25 |
verified: true
|
26 |
- type: f1
|
27 |
+
value: 0.899
|
28 |
+
name: F1-score
|
29 |
verified: true
|
30 |
+
- type: precision
|
31 |
+
value: 0.897
|
32 |
+
name: Precision
|
33 |
verified: true
|
34 |
+
- type: recall
|
35 |
+
value: 0.901
|
36 |
+
name: Recall
|
37 |
+
verified: true
|
38 |
source:
|
39 |
name: Open LLM Leaderboard
|
40 |
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
|