Commit
·
945f099
1
Parent(s):
a296005
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (7f9d40c91708a65af59a7afcf9ddbaadb7d3946b)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -5,9 +5,10 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- health_fact
|
|
|
8 |
model-index:
|
9 |
- name: longformer-base-health-fact2
|
10 |
-
results:
|
11 |
- task:
|
12 |
type: text-classification
|
13 |
name: Text Classification
|
@@ -16,24 +17,24 @@ model-index:
|
|
16 |
type: health_fact
|
17 |
split: test
|
18 |
metrics:
|
19 |
-
-
|
20 |
-
type: f1
|
21 |
value: 0.6732897445517078
|
22 |
-
|
23 |
-
|
24 |
value: 0.797242497972425
|
25 |
-
|
26 |
-
|
27 |
value: 0.8092783505154639
|
28 |
-
|
29 |
-
|
30 |
value: 0.5323383084577115
|
31 |
-
|
32 |
-
|
33 |
value: 0.9081803005008348
|
34 |
-
|
35 |
-
|
36 |
value: 0.4
|
|
|
37 |
---
|
38 |
|
39 |
# longformer-base-health-fact2
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- health_fact
|
8 |
+
base_model: allenai/longformer-base-4096
|
9 |
model-index:
|
10 |
- name: longformer-base-health-fact2
|
11 |
+
results:
|
12 |
- task:
|
13 |
type: text-classification
|
14 |
name: Text Classification
|
|
|
17 |
type: health_fact
|
18 |
split: test
|
19 |
metrics:
|
20 |
+
- type: f1
|
|
|
21 |
value: 0.6732897445517078
|
22 |
+
name: F1
|
23 |
+
- type: accuracy
|
24 |
value: 0.797242497972425
|
25 |
+
name: Accuracy
|
26 |
+
- type: accuracy
|
27 |
value: 0.8092783505154639
|
28 |
+
name: False Accuracy
|
29 |
+
- type: accuracy
|
30 |
value: 0.5323383084577115
|
31 |
+
name: Mixture Accuracy
|
32 |
+
- type: accuracy
|
33 |
value: 0.9081803005008348
|
34 |
+
name: True Accuracy
|
35 |
+
- type: accuracy
|
36 |
value: 0.4
|
37 |
+
name: Unproven Accuracy
|
38 |
---
|
39 |
|
40 |
# longformer-base-health-fact2
|