AmelieSchreiber
commited on
Commit
•
bec8696
1
Parent(s):
dc412b4
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ approximately 12M protein sequences from UniProt, with an 80/20 train/test split
|
|
12 |
|
13 |
### Train Metrics
|
14 |
|
|
|
|
|
15 |
```python
|
16 |
'eval_loss': 0.05597764626145363,
|
17 |
'eval_accuracy': 0.9829392036087405,
|
@@ -24,6 +26,9 @@ approximately 12M protein sequences from UniProt, with an 80/20 train/test split
|
|
24 |
|
25 |
### Test Metrics
|
26 |
|
|
|
|
|
|
|
27 |
```python
|
28 |
'eval_loss': 0.16281947493553162,
|
29 |
'eval_accuracy': 0.9569658774883986,
|
|
|
12 |
|
13 |
### Train Metrics
|
14 |
|
15 |
+
(Based on a 40% sample)
|
16 |
+
|
17 |
```python
|
18 |
'eval_loss': 0.05597764626145363,
|
19 |
'eval_accuracy': 0.9829392036087405,
|
|
|
26 |
|
27 |
### Test Metrics
|
28 |
|
29 |
+
Due to technical issues we had to get the test metrics in chunks and aggregate. To see the metrics for each chunk,
|
30 |
+
[refer to this text file](https://huggingface.co/AmelieSchreiber/esm2_t33_650M_qlora_binding_12M/blob/main/test_metrics.txt).
|
31 |
+
|
32 |
```python
|
33 |
'eval_loss': 0.16281947493553162,
|
34 |
'eval_accuracy': 0.9569658774883986,
|