Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model: microsoft/deberta-v3-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -8,9 +7,20 @@ metrics:
|
|
8 |
- f1
|
9 |
- precision
|
10 |
- recall
|
|
|
11 |
model-index:
|
12 |
- name: deberta-v3-small-isarcasm
|
13 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
7 |
- f1
|
8 |
- precision
|
9 |
- recall
|
10 |
+
base_model: microsoft/deberta-v3-small
|
11 |
model-index:
|
12 |
- name: deberta-v3-small-isarcasm
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: text-classification
|
16 |
+
dataset:
|
17 |
+
name: iSarcasm
|
18 |
+
type: isarcasm
|
19 |
+
split: test
|
20 |
+
metrics:
|
21 |
+
- type: f1
|
22 |
+
value: 0.44808743169398907
|
23 |
+
name: f1
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|