Commit
·
30514b3
1
Parent(s):
4cc4f6c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This model is a fine-tuned version the <a href="https://huggingface.co/cardiffnlp/twitter-roberta-base">cardiffnlp/twitter-roberta-base</a> model. It has been trained using a recently published corpus: <a href="https://competitions.codalab.org/competitions/36410#learn_the_details">Shared task on Detecting Signs of Depression from Social Media Text at LT-EDI 2022-ACL 2022</a>.
|
2 |
|
3 |
The obtained macro f1-score is 0.54, on the development set of the competition.
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
datasets:
|
4 |
+
- Shared task on Detecting Signs of Depression from Social Media Text at LT-EDI 2022-ACL 2022
|
5 |
+
metrics:
|
6 |
+
- Macro F1-Score
|
7 |
+
---
|
8 |
+
|
9 |
+
# Roberta for depression signs detection
|
10 |
+
|
11 |
This model is a fine-tuned version the <a href="https://huggingface.co/cardiffnlp/twitter-roberta-base">cardiffnlp/twitter-roberta-base</a> model. It has been trained using a recently published corpus: <a href="https://competitions.codalab.org/competitions/36410#learn_the_details">Shared task on Detecting Signs of Depression from Social Media Text at LT-EDI 2022-ACL 2022</a>.
|
12 |
|
13 |
The obtained macro f1-score is 0.54, on the development set of the competition.
|