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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -31
README.md CHANGED
@@ -14,45 +14,21 @@ This modelcard aims to be a base template for new models. It has been generated
14
  ## Model Description
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
-
18
-
19
-
20
  - **Developed by:** [More Information Needed]
21
- - **Shared by [optional]:** [More Information Needed]
22
- - **Model type:** [More Information Needed]
23
- - **Language(s) (NLP):** [More Information Needed]
24
- - **License:** [More Information Needed]
25
- - **Finetuned from model [optional]:** [More Information Needed]
26
 
27
  ## Model Sources [optional]
28
 
29
  <!-- Provide the basic links for the model. -->
30
 
31
- - **Repository:** [More Information Needed]
32
- - **Paper [optional]:** [More Information Needed]
33
- - **Demo [optional]:** [More Information Needed]
34
 
35
  # Uses
36
 
37
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
-
39
- ## Direct Use
40
-
41
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
-
43
- [More Information Needed]
44
-
45
- ## Downstream Use [optional]
46
-
47
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
-
49
- [More Information Needed]
50
-
51
- ## Out-of-Scope Use
52
-
53
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
-
55
- [More Information Needed]
56
 
57
  # Bias, Risks, and Limitations
58
 
@@ -76,7 +52,7 @@ Use the code below to get started with the model.
76
 
77
  ## Training Data
78
 
79
- <!-- 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. -->
80
 
81
  [More Information Needed]
82
 
 
14
  ## Model Description
15
 
16
  <!-- Provide a longer summary of what this model is. -->
 
 
 
17
  - **Developed by:** [More Information Needed]
18
+
19
+ - Order the SARS Cov2 sequences by environmental changes, mainly the rate of change of the sunshine duration.
 
 
 
20
 
21
  ## Model Sources [optional]
22
 
23
  <!-- Provide the basic links for the model. -->
24
 
25
+ - **Repository:** [More Information Needed](https://github.com/TavoGLC/SlidingSampling)
26
+ - **Paper [optional]:** [Applications of sliding sampling](https://www.researchsquare.com/article/rs-1691291/v1)
27
+ - **Demo [optional]:** [Kaggle](https://www.kaggle.com/code/tavoglc/sars-cov2-mutational-hotspots)
28
 
29
  # Uses
30
 
31
+ Classificaion of the SARS-Cov2 sequences and determination of mutational hotspots.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  # Bias, Risks, and Limitations
34
 
 
52
 
53
  ## Training Data
54
 
55
+
56
 
57
  [More Information Needed]
58