Add evaluation results on trec dataset
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the [trec](https://huggingface.co/datasets/trec) dataset by
@lewtun
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-d05a5ffd-7544861).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=trec).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=trec).
README.md
CHANGED
@@ -1,13 +1,69 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- en
|
4 |
-
thumbnail:
|
5 |
tags:
|
6 |
- text-classification
|
7 |
license: mit
|
8 |
datasets:
|
9 |
- trec
|
10 |
-
metrics:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# TREC 6-class Task: distilbert-base-cased
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- en
|
4 |
+
thumbnail: null
|
5 |
tags:
|
6 |
- text-classification
|
7 |
license: mit
|
8 |
datasets:
|
9 |
- trec
|
10 |
+
metrics: null
|
11 |
+
model-index:
|
12 |
+
- name: aychang/distilbert-base-cased-trec-coarse
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: text-classification
|
16 |
+
name: Text Classification
|
17 |
+
dataset:
|
18 |
+
name: trec
|
19 |
+
type: trec
|
20 |
+
config: default
|
21 |
+
split: test
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.97
|
26 |
+
verified: true
|
27 |
+
- name: Precision Macro
|
28 |
+
type: precision
|
29 |
+
value: 0.9742915631870833
|
30 |
+
verified: true
|
31 |
+
- name: Precision Micro
|
32 |
+
type: precision
|
33 |
+
value: 0.97
|
34 |
+
verified: true
|
35 |
+
- name: Precision Weighted
|
36 |
+
type: precision
|
37 |
+
value: 0.9699546283251607
|
38 |
+
verified: true
|
39 |
+
- name: Recall Macro
|
40 |
+
type: recall
|
41 |
+
value: 0.972626762268805
|
42 |
+
verified: true
|
43 |
+
- name: Recall Micro
|
44 |
+
type: recall
|
45 |
+
value: 0.97
|
46 |
+
verified: true
|
47 |
+
- name: Recall Weighted
|
48 |
+
type: recall
|
49 |
+
value: 0.97
|
50 |
+
verified: true
|
51 |
+
- name: F1 Macro
|
52 |
+
type: f1
|
53 |
+
value: 0.9729834427867218
|
54 |
+
verified: true
|
55 |
+
- name: F1 Micro
|
56 |
+
type: f1
|
57 |
+
value: 0.97
|
58 |
+
verified: true
|
59 |
+
- name: F1 Weighted
|
60 |
+
type: f1
|
61 |
+
value: 0.9694196751375908
|
62 |
+
verified: true
|
63 |
+
- name: loss
|
64 |
+
type: loss
|
65 |
+
value: 0.14272506535053253
|
66 |
+
verified: true
|
67 |
---
|
68 |
|
69 |
# TREC 6-class Task: distilbert-base-cased
|