tavoglc commited on
Commit
7b0744c
1 Parent(s): 7fda01c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -131
README.md CHANGED
@@ -3,12 +3,6 @@ license: mit
3
  tags:
4
  - biology
5
  ---
6
- # Model Card for Model ID
7
-
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
- This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
11
-
12
  # Model Details
13
 
14
  ## Model Description
@@ -30,147 +24,30 @@ This modelcard aims to be a base template for new models. It has been generated
30
 
31
  Classificaion of the SARS-Cov2 sequences and determination of mutational hotspots.
32
 
33
- # Bias, Risks, and Limitations
34
-
35
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
36
-
37
- [More Information Needed]
38
-
39
- ## Recommendations
40
-
41
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
42
-
43
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
44
-
45
  ## How to Get Started with the Model
46
 
47
- Use the code below to get started with the model.
48
-
49
- [More Information Needed]
50
 
51
  # Training Details
52
 
53
- ## Training Data
54
-
55
-
56
-
57
- [More Information Needed]
58
-
59
- ## Training Procedure
60
-
61
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
62
-
63
- ### Preprocessing [optional]
64
-
65
- [More Information Needed]
66
-
67
-
68
- ### Training Hyperparameters
69
-
70
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
71
-
72
- ### Speeds, Sizes, Times [optional]
73
-
74
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
75
-
76
- [More Information Needed]
77
-
78
- # Evaluation
79
-
80
- <!-- This section describes the evaluation protocols and provides the results. -->
81
-
82
- ## Testing Data, Factors & Metrics
83
-
84
- ### Testing Data
85
-
86
- <!-- This should link to a Data Card if possible. -->
87
-
88
- [More Information Needed]
89
-
90
- ### Factors
91
-
92
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
93
 
94
- [More Information Needed]
95
-
96
- ### Metrics
97
-
98
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
99
-
100
- [More Information Needed]
101
-
102
- ## Results
103
-
104
- [More Information Needed]
105
-
106
- ### Summary
107
-
108
-
109
-
110
- # Model Examination [optional]
111
-
112
- <!-- Relevant interpretability work for the model goes here -->
113
-
114
- [More Information Needed]
115
-
116
- # Environmental Impact
117
-
118
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
119
-
120
- 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).
121
-
122
- - **Hardware Type:** [More Information Needed]
123
- - **Hours used:** [More Information Needed]
124
- - **Cloud Provider:** [More Information Needed]
125
- - **Compute Region:** [More Information Needed]
126
- - **Carbon Emitted:** [More Information Needed]
127
-
128
- # Technical Specifications [optional]
129
 
130
  ## Model Architecture and Objective
131
 
132
- [More Information Needed]
133
 
134
- ## Compute Infrastructure
135
-
136
- [More Information Needed]
137
 
138
  ### Hardware
139
 
140
- [More Information Needed]
141
-
142
- ### Software
143
-
144
- [More Information Needed]
145
-
146
- # Citation [optional]
147
-
148
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
149
-
150
- **BibTeX:**
151
-
152
- [More Information Needed]
153
-
154
- **APA:**
155
-
156
- [More Information Needed]
157
-
158
- # Glossary [optional]
159
-
160
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
161
-
162
- [More Information Needed]
163
 
164
  # More Information [optional]
165
 
166
- [More Information Needed]
167
-
168
- # Model Card Authors [optional]
169
-
170
- [More Information Needed]
171
-
172
- # Model Card Contact
173
 
174
- [More Information Needed]
175
 
176
 
 
3
  tags:
4
  - biology
5
  ---
 
 
 
 
 
 
6
  # Model Details
7
 
8
  ## Model Description
 
24
 
25
  Classificaion of the SARS-Cov2 sequences and determination of mutational hotspots.
26
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ## How to Get Started with the Model
28
 
29
+ **Demo [optional]:** [Kaggle](https://www.kaggle.com/code/tavoglc/sars-cov2-mutational-hotspots)
 
 
30
 
31
  # Training Details
32
 
33
+ ## Training Data and test data
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
+ Stacked frequence of k-mers up to the 4-mer obtained from full size SARS-Cov2 sequences. NCBI sequence ID of each sequence for each fold is on the csvfile
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  ## Model Architecture and Objective
38
 
39
+ MLP VAE and mse loss
40
 
41
+ **Demo [optional]:** [Kaggle](https://www.kaggle.com/code/tavoglc/autoencoders-jax-and-sars-cov2)
 
 
42
 
43
  ### Hardware
44
 
45
+ GPU NVIDIA Corporation TU116 [GeForce GTX 1660 Ti]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
  # More Information [optional]
48
 
49
+ Further details at
50
+ **Substack [optional]:** [Substack](https://tavoglc.substack.com/)
 
 
 
 
 
51
 
 
52
 
53