KnutJaegersberg
commited on
Commit
·
a9297ec
1
Parent(s):
d5b91af
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: text-classification
|
4 |
+
tags:
|
5 |
+
- deberta
|
6 |
+
datasets:
|
7 |
+
- KnutJaegersberg/FEVER_claim_extraction
|
8 |
---
|
9 |
+
|
10 |
+
deberta-v3-large trained for one epoch (apparently undertrained, also picked not the smallest batch size) on a dataset that combined FEVER data with externally sourced non-claims.
|
11 |
+
Label 0: no claim
|
12 |
+
Label 1: claim
|
13 |
+
|
14 |
+
Paper of the data:
|
15 |
+
"Claim extraction from text using transfer learning" - By Acharya Ashish Prabhakar, Salar Mohtaj, Sebastian Möller
|
16 |
+
|
17 |
+
https://aclanthology.org/2020.icon-main.39/
|
18 |
+
|
19 |
+
Performance on held out data:
|
20 |
+
|
21 |
+
Accuracy 0.8128525
|
22 |
+
F1_Score 0.854962
|
23 |
+
mcc 0.6173648
|
24 |
+
|
25 |
+
properly is of use already
|