Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- text-classification
|
| 6 |
+
- claim-detection
|
| 7 |
+
license: "mit"
|
| 8 |
+
datasets:
|
| 9 |
+
- claimbuster
|
| 10 |
+
metrics:
|
| 11 |
+
- accuracy
|
| 12 |
+
value:"0.82"
|
| 13 |
+
widget:
|
| 14 |
+
- text: "This is the best cast iron skillet you will ever buy."
|
| 15 |
+
- text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday."
|
| 16 |
+
- text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book"
|
| 17 |
+
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
This is the BERT model finetuned on the ClaimBuster dataset. It is used for claim detection and has an accuracy of 82%.
|