jasmeeetsingh
commited on
Commit
•
9a8514f
1
Parent(s):
43ac0d0
Update README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,8 @@ tags:
|
|
14 |
---
|
15 |
# Model Card for Model ID
|
16 |
|
17 |
-
jasmeeetsingh/twitter-depression-classification-sentiment140 is a deep learning model trained to classify whether a given tweet is
|
18 |
-
The model is based on a transformer architecture and fine-tuned on a large corpus of tweets annotated as
|
19 |
## Model Details
|
20 |
|
21 |
### Model Description
|
@@ -30,39 +30,9 @@ The model is based on a transformer architecture and fine-tuned on a large corpu
|
|
30 |
## Uses
|
31 |
|
32 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
33 |
-
The model is intended to be used to classify tweets automatically as
|
34 |
It can be used to analyze large volumes of tweets and identify users who may be at risk of depression, as well as to monitor the prevalence of depression-related discussions on social media platforms.
|
35 |
|
36 |
-
|
37 |
-
## Training Details
|
38 |
-
|
39 |
-
### Training Data
|
40 |
-
|
41 |
-
<!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
42 |
-
|
43 |
-
[More Information Needed]
|
44 |
-
|
45 |
-
### Training Procedure
|
46 |
-
|
47 |
-
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
48 |
-
|
49 |
-
#### Preprocessing [optional]
|
50 |
-
|
51 |
-
[More Information Needed]
|
52 |
-
|
53 |
-
|
54 |
-
#### Training Hyperparameters
|
55 |
-
|
56 |
-
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
57 |
-
|
58 |
-
#### Speeds, Sizes, Times [optional]
|
59 |
-
|
60 |
-
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
61 |
-
|
62 |
-
[More Information Needed]
|
63 |
-
|
64 |
-
## Evaluation
|
65 |
-
|
66 |
<!-- This section describes the evaluation protocols and provides the results. -->
|
67 |
|
68 |
#### Metrics
|
@@ -70,6 +40,6 @@ It can be used to analyze large volumes of tweets and identify users who may be
|
|
70 |
|
71 |
|
72 |
## Technical Specifications
|
73 |
-
|
74 |
|
75 |
|
|
|
14 |
---
|
15 |
# Model Card for Model ID
|
16 |
|
17 |
+
jasmeeetsingh/twitter-depression-classification-sentiment140 is a deep learning model trained to classify whether a given tweet is suicidal or not.
|
18 |
+
The model is based on a transformer architecture and fine-tuned on a large corpus of tweets annotated as suicidal or non-suicidal.
|
19 |
## Model Details
|
20 |
|
21 |
### Model Description
|
|
|
30 |
## Uses
|
31 |
|
32 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
33 |
+
The model is intended to be used to classify tweets automatically as suicidal or non-suicidal.
|
34 |
It can be used to analyze large volumes of tweets and identify users who may be at risk of depression, as well as to monitor the prevalence of depression-related discussions on social media platforms.
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
<!-- This section describes the evaluation protocols and provides the results. -->
|
37 |
|
38 |
#### Metrics
|
|
|
40 |
|
41 |
|
42 |
## Technical Specifications
|
43 |
+
The model was trained on a 6GB RTX 3060
|
44 |
|
45 |
|