Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Discourse marker / connective prediction pretrained model
|
2 |
|
3 |
`roberta-base` pretrained on discourse marker prediction on the Discovery dataset with a validation accuracy of 30.93% (majority class is 0.57%)
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- discourse-marker-prediction
|
6 |
+
- discourse-connective-prediction
|
7 |
+
- pragmatics
|
8 |
+
- discourse
|
9 |
+
- discourse-relation-prediction
|
10 |
+
license: apache-2.0
|
11 |
+
datasets:
|
12 |
+
- discovery
|
13 |
+
metrics:
|
14 |
+
- accuracy
|
15 |
+
widget:
|
16 |
+
- text: "But no, Amazon selling 3D printers is not new.</s></s>The promise of 3D printing is very great."
|
17 |
+
---
|
18 |
+
|
19 |
# Discourse marker / connective prediction pretrained model
|
20 |
|
21 |
`roberta-base` pretrained on discourse marker prediction on the Discovery dataset with a validation accuracy of 30.93% (majority class is 0.57%)
|