jasmeeetsingh commited on
Commit
76f1e67
1 Parent(s): 130647d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +149 -1
README.md CHANGED
@@ -11,4 +11,152 @@ tags:
11
  - twitter
12
  - depression
13
  - sentiment140
14
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - twitter
12
  - depression
13
  - sentiment140
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 related to depression or not.
18
+ The model is based on a transformer architecture and fine-tuned on a large corpus of tweets annotated as depressive or non-depressive.
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** Jasmeet Singh Sandhu
28
+ - **Finetuned from model [optional]:** paulagarciaserrano/roberta-depression-detection
29
+
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 automatically classify tweets as depressive or non-depressive.
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
+ ### Testing Data, Factors & Metrics
69
+
70
+ #### Testing Data
71
+
72
+ <!-- This should link to a Data Card if possible. -->
73
+
74
+ [More Information Needed]
75
+
76
+ #### Factors
77
+
78
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
79
+
80
+ [More Information Needed]
81
+
82
+ #### Metrics
83
+
84
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Results
89
+
90
+ [More Information Needed]
91
+
92
+ #### Summary
93
+
94
+
95
+
96
+ ## Model Examination [optional]
97
+
98
+ <!-- Relevant interpretability work for the model goes here -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Environmental Impact
103
+
104
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
105
+
106
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
107
+
108
+ - **Hardware Type:** [More Information Needed]
109
+ - **Hours used:** [More Information Needed]
110
+ - **Cloud Provider:** [More Information Needed]
111
+ - **Compute Region:** [More Information Needed]
112
+ - **Carbon Emitted:** [More Information Needed]
113
+
114
+ ## Technical Specifications [optional]
115
+
116
+ ### Model Architecture and Objective
117
+
118
+ [More Information Needed]
119
+
120
+ ### Compute Infrastructure
121
+
122
+ [More Information Needed]
123
+
124
+ #### Hardware
125
+
126
+ [More Information Needed]
127
+
128
+ #### Software
129
+
130
+ [More Information Needed]
131
+
132
+ ## Citation [optional]
133
+
134
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
135
+
136
+ **BibTeX:**
137
+
138
+ [More Information Needed]
139
+
140
+ **APA:**
141
+
142
+ [More Information Needed]
143
+
144
+ ## Glossary [optional]
145
+
146
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
147
+
148
+ [More Information Needed]
149
+
150
+ ## More Information [optional]
151
+
152
+ [More Information Needed]
153
+
154
+ ## Model Card Authors [optional]
155
+
156
+ [More Information Needed]
157
+
158
+ ## Model Card Contact
159
+
160
+ [More Information Needed]
161
+
162
+