Scikit-learn
Spanish
English
medical
fridriik commited on
Commit
670d11a
·
1 Parent(s): c3a56a4

1/2 update for README

Browse files
Files changed (1) hide show
  1. README.md +167 -1
README.md CHANGED
@@ -8,4 +8,170 @@ language:
8
  library_name: sklearn
9
  tags:
10
  - medical
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  library_name: sklearn
9
  tags:
10
  - medical
11
+ metrics:
12
+ - perplexity
13
+ ---
14
+
15
+ # Mental health of people in Argentina post quarantine COVID-19 Model
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ This model aims to cluster cases and identify which province or region of Argentina presents higher values of
22
+ suicide risk based on the analyzed variables, in order to subsequently assist the community in creating support programs.
23
+
24
+ - **Developed by:** Farias, Federico; Arroyo, Guadalupe; Avalos, Manuel
25
+ - **Model type:** Clustering
26
+ - **License:** Creative Commons Attribution Non Commercial 4.0
27
+
28
+ ## Uses
29
+
30
+ Research and education.
31
+
32
+ ### Out-of-Scope Use
33
+
34
+ Government and private entities in the fields of research, medicine, psychology, and education.
35
+
36
+ ## Bias, Risks, and Limitations
37
+
38
+ This model is intended for research purposes, and it analyzes serious topics related to individuals' mental health.
39
+ It should not be taken as practical advice for real-life situations, except for the possibility that in the future,
40
+ the dataset used for its training could be improved and discussions with its authors could facilitate extended usage.
41
+
42
+ ### Recommendations
43
+
44
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.
45
+
46
+ ## How to Get Started with the Model
47
+
48
+ Use the code below to get started with the model.
49
+
50
+ [More Information Needed]
51
+
52
+ ## Training Details
53
+
54
+ ### Training Data
55
+
56
+ <!-- This should link to a Data Card, perhaps with a short stub of information
57
+ on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
58
+
59
+ https://huggingface.co/datasets/fridriik/mental-health-arg-post-quarantine-covid19-dataset
60
+
61
+ ### Training Procedure
62
+
63
+ <!-- This relates heavily to the Technical Specifications. Content here should
64
+ link to that section when it is relevant to the training procedure. -->
65
+
66
+ #### Preprocessing [optional]
67
+
68
+ [More Information Needed]
69
+
70
+
71
+ #### Training Hyperparameters
72
+
73
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
74
+
75
+ #### Speeds, Sizes, Times [optional]
76
+
77
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
78
+
79
+ [More Information Needed]
80
+
81
+ ## Evaluation
82
+
83
+ <!-- This section describes the evaluation protocols and provides the results. -->
84
+
85
+ ### Testing Data, Factors & Metrics
86
+
87
+ #### Testing Data
88
+
89
+ <!-- This should link to a Data Card if possible. -->
90
+
91
+ [More Information Needed]
92
+
93
+ #### Factors
94
+
95
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
96
+
97
+ [More Information Needed]
98
+
99
+ #### Metrics
100
+
101
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
102
+
103
+ [More Information Needed]
104
+
105
+ ### Results
106
+
107
+ [More Information Needed]
108
+
109
+ #### Summary
110
+
111
+
112
+
113
+ ## Model Examination [optional]
114
+
115
+ <!-- Relevant interpretability work for the model goes here -->
116
+
117
+ [More Information Needed]
118
+
119
+ ## Environmental Impact
120
+
121
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
122
+
123
+ 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).
124
+
125
+ - **Hardware Type:** [More Information Needed]
126
+ - **Hours used:** [More Information Needed]
127
+ - **Cloud Provider:** [More Information Needed]
128
+ - **Compute Region:** [More Information Needed]
129
+ - **Carbon Emitted:** [More Information Needed]
130
+
131
+ ## Technical Specifications [optional]
132
+
133
+ ### Model Architecture and Objective
134
+
135
+ [More Information Needed]
136
+
137
+ ### Compute Infrastructure
138
+
139
+ [More Information Needed]
140
+
141
+ #### Hardware
142
+
143
+ [More Information Needed]
144
+
145
+ #### Software
146
+
147
+ [More Information Needed]
148
+
149
+ ## Citation [optional]
150
+
151
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
152
+
153
+ **BibTeX:**
154
+
155
+ [More Information Needed]
156
+
157
+ **APA:**
158
+
159
+ [More Information Needed]
160
+
161
+ ## Glossary [optional]
162
+
163
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
164
+
165
+ [More Information Needed]
166
+
167
+ ## More Information [optional]
168
+
169
+ [More Information Needed]
170
+
171
+ ## Model Card Authors [optional]
172
+
173
+ [More Information Needed]
174
+
175
+ ## Model Card Contact
176
+
177
+ [More Information Needed]