Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
datasets:
|
8 |
+
- clarin-knext/cst_datasets
|
9 |
+
base_model: roberta-large
|
10 |
+
pipeline_tag: text-classification
|
11 |
+
|
12 |
+
widget:
|
13 |
+
- text: "Taking pictures can be straining for the arms. | The photographer is massaging her arm, sore from holding the lens."
|
14 |
+
example_title: "Generalization example"
|
15 |
+
- text: "The children told their parents that as they were going up to the third floor, the escalator stopped. | When we were reaching the third floor, the escalator stopped."
|
16 |
+
example_title: "Indirect speech example"
|
17 |
---
|
18 |
+
# Accuracy per class
|
19 |
+
<code>TODO</code>
|
20 |
+
|
21 |
+
# Usage
|
22 |
+
<code>TODO</code>
|