AmelieSchreiber
commited on
Commit
•
31c4997
1
Parent(s):
07c5e2c
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ approximately 12M protein sequences from UniProt, with an 80/20 train/test split
|
|
10 |
|
11 |
## Metrics
|
12 |
|
13 |
-
Based on preliminary tests on 20% samples of the train test split, the metrics are as follows:
|
14 |
|
15 |
### Train Metrics
|
16 |
|
@@ -36,6 +36,8 @@ Based on preliminary tests on 20% samples of the train test split, the metrics a
|
|
36 |
'eval_mcc': 0.48648765699020435
|
37 |
```
|
38 |
|
|
|
|
|
39 |
## Using the Model
|
40 |
|
41 |
```python
|
|
|
10 |
|
11 |
## Metrics
|
12 |
|
13 |
+
Based on preliminary tests on 20% samples of the train test split, the metrics for the final checkpoint are as follows:
|
14 |
|
15 |
### Train Metrics
|
16 |
|
|
|
36 |
'eval_mcc': 0.48648765699020435
|
37 |
```
|
38 |
|
39 |
+
The metrics for the earlier checkpoints are not finished yet.
|
40 |
+
|
41 |
## Using the Model
|
42 |
|
43 |
```python
|