migueladarlo
commited on
Commit
•
4b79dcb
1
Parent(s):
3a6c95c
Update README.md
Browse files
README.md
CHANGED
@@ -29,9 +29,9 @@ It achieves the following results on the evaluation set:
|
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
-
Feed a corpus of tweets to the model to generate label if input is indicative of depression or not.
|
33 |
|
34 |
-
Limitation: All token sequences longer than 512 are automatically truncated.
|
35 |
|
36 |
### How to use
|
37 |
|
|
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
+
Feed a corpus of tweets to the model to generate label if input is indicative of depression or not. Label 1 is depression, Label 0 is not.
|
33 |
|
34 |
+
Limitation: All token sequences longer than 512 are automatically truncated. Also, training and test data may be contaminated with mislabeled users.
|
35 |
|
36 |
### How to use
|
37 |
|