Commit
•
0f4d23d
1
Parent(s):
aab3fb5
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (a78a65afef7a20b368e1c1b0244297781e6e1e88)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
model_creators:
|
3 |
-
- Jordan Painter, Diptesh Kanojia
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -8,11 +6,14 @@ metrics:
|
|
8 |
- precision
|
9 |
- recall
|
10 |
- f1
|
|
|
|
|
|
|
|
|
|
|
11 |
model-index:
|
12 |
- name: bertweet-base-finetuned-SARC-combined-DS
|
13 |
results: []
|
14 |
-
widget:
|
15 |
-
- text: "wow, i mean who would have thought"
|
16 |
---
|
17 |
|
18 |
# Utilising Weak Supervision to Create S3D: A Sarcasm Annotated Dataset
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
|
|
6 |
- precision
|
7 |
- recall
|
8 |
- f1
|
9 |
+
model_creators:
|
10 |
+
- Jordan Painter, Diptesh Kanojia
|
11 |
+
widget:
|
12 |
+
- text: wow, i mean who would have thought
|
13 |
+
base_model: vinai/bertweet-base
|
14 |
model-index:
|
15 |
- name: bertweet-base-finetuned-SARC-combined-DS
|
16 |
results: []
|
|
|
|
|
17 |
---
|
18 |
|
19 |
# Utilising Weak Supervision to Create S3D: A Sarcasm Annotated Dataset
|