Safetensors
mmokoatle commited on
Commit
81f0d8a
·
verified ·
1 Parent(s): 6dc8f87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -77,7 +77,7 @@ print(similarities.shape)
77
  ```
78
  ## Downstream Performance
79
 
80
- # Average Train Accuracy
81
 
82
  | Dataset | Infersent1 | all-MiniLM-L6-v2 | all-mpnet-base-v2 | paraphrase-mpnet-base-v2 | Proposed model |
83
  |----------------------|--------------|---------------------|----------------------|----------------------------|------------------|
@@ -90,9 +90,19 @@ print(similarities.shape)
90
  | **promoter_tata** | 51±0.023 | 74±0.037 | 74±0.039 | **82±0.016** | 71±0.033 |
91
  | **splice_sites_donors** | 54±0.022 | 55±0.019 | 56±0.012 | **58±0.021** | **58±0.011** |
92
 
 
93
 
 
 
 
 
 
 
 
 
 
 
94
 
95
- ## Training Details
96
 
97
  ### Framework Versions
98
  - Python: 3.8.10
@@ -105,9 +115,11 @@ print(similarities.shape)
105
 
106
  ## Citation
107
 
108
- ### BibTeX
109
 
 
110
 
 
111
 
112
  <!--
113
  ## Glossary
@@ -121,8 +133,3 @@ print(similarities.shape)
121
  *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
122
  -->
123
 
124
- <!--
125
- ## Model Card Contact
126
-
127
- *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
128
- -->
 
77
  ```
78
  ## Downstream Performance
79
 
80
+ ### Average Train Accuracy
81
 
82
  | Dataset | Infersent1 | all-MiniLM-L6-v2 | all-mpnet-base-v2 | paraphrase-mpnet-base-v2 | Proposed model |
83
  |----------------------|--------------|---------------------|----------------------|----------------------------|------------------|
 
90
  | **promoter_tata** | 51±0.023 | 74±0.037 | 74±0.039 | **82±0.016** | 71±0.033 |
91
  | **splice_sites_donors** | 54±0.022 | 55±0.019 | 56±0.012 | **58±0.021** | **58±0.011** |
92
 
93
+ ### Test Accuracy
94
 
95
+ | Dataset | Infersent1 | all-MiniLM-L6-v2 | all-mpnet-base-v2 | paraphrase-mpnet-base-v2 | Proposed model |
96
+ |-----------------------|--------------|---------------------|----------------------|----------------------------|------------------|
97
+ | **H3** | 61 | 64 | 65 | **67** | **67** |
98
+ | **H4** | 63 | 61 | 60 | 64 | **65** |
99
+ | **enhancers** | 53 | 78 | 76 | **87** | 67 |
100
+ | **promoter_all** | 54 | 76 | 78 | **83** | 78 |
101
+ | **enhancers_types** | 46 | 67 | 68 | **70** | 62 |
102
+ | **promoter_no_tata** | 54 | 76 | 78 | **83** | 78 |
103
+ | **promoter_tata** | 52 | 76 | 77 | **84** | 75 |
104
+ | **splice_sites_donors** | 58 | 59 | 60 | **63** | 62 |
105
 
 
106
 
107
  ### Framework Versions
108
  - Python: 3.8.10
 
115
 
116
  ## Citation
117
 
118
+ TBA
119
 
120
+ ### BibTeX
121
 
122
+ TBA
123
 
124
  <!--
125
  ## Glossary
 
133
  *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
134
  -->
135