Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# _EXPERIMENTAL_ roberta-base-150T-argumentative-sentence-detector
|
2 |
|
3 |
(this model might not be the optimal one for accomplishing the task)
|
@@ -6,7 +20,7 @@
|
|
6 |
- language: English
|
7 |
- dataset: Few-Shot-150T Corpus v1.1 (FS150T-Corpus) _fin-tuned roberta-base_
|
8 |
|
9 |
-
## Performace on test data
|
10 |
|
11 |
````
|
12 |
{'accuracy': 0.7451388888888889,
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- "en"
|
4 |
+
tags:
|
5 |
+
- "argument mining"
|
6 |
+
- "claims"
|
7 |
+
- "sentence classification"
|
8 |
+
datasets:
|
9 |
+
- "FS150T"
|
10 |
+
metrics:
|
11 |
+
- "accuracy"
|
12 |
+
- "f1"
|
13 |
+
---
|
14 |
+
|
15 |
# _EXPERIMENTAL_ roberta-base-150T-argumentative-sentence-detector
|
16 |
|
17 |
(this model might not be the optimal one for accomplishing the task)
|
|
|
20 |
- language: English
|
21 |
- dataset: Few-Shot-150T Corpus v1.1 (FS150T-Corpus) _fin-tuned roberta-base_
|
22 |
|
23 |
+
## Performace on test data (threshold: 0.5)
|
24 |
|
25 |
````
|
26 |
{'accuracy': 0.7451388888888889,
|