End of training
Browse files- README.md +13 -12
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,13 +20,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [InstaDeepAI/nucleotide-transformer-v2-250m-multi-species](https://huggingface.co/InstaDeepAI/nucleotide-transformer-v2-250m-multi-species) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- F1 Score: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
-
- Auc: 0.
|
29 |
-
- Prc: 0.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -51,15 +51,16 @@ The following hyperparameters were used during training:
|
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
-
- num_epochs:
|
55 |
- mixed_precision_training: Native AMP
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
-
| Training Loss | Epoch
|
60 |
-
|
61 |
-
| 0.
|
62 |
-
| 0.
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [InstaDeepAI/nucleotide-transformer-v2-250m-multi-species](https://huggingface.co/InstaDeepAI/nucleotide-transformer-v2-250m-multi-species) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.7399
|
24 |
+
- F1 Score: 0.8084
|
25 |
+
- Precision: 0.8006
|
26 |
+
- Recall: 0.8164
|
27 |
+
- Accuracy: 0.8013
|
28 |
+
- Auc: 0.8735
|
29 |
+
- Prc: 0.8637
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
+
- num_epochs: 3
|
55 |
- mixed_precision_training: Native AMP
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 Score | Precision | Recall | Accuracy | Auc | Prc |
|
60 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|:------:|:------:|
|
61 |
+
| 0.5348 | 0.8403 | 500 | 0.4797 | 0.7964 | 0.7422 | 0.8590 | 0.7744 | 0.8621 | 0.8383 |
|
62 |
+
| 0.3808 | 1.6807 | 1000 | 0.5203 | 0.7973 | 0.8081 | 0.7869 | 0.7946 | 0.8683 | 0.8507 |
|
63 |
+
| 0.2366 | 2.5210 | 1500 | 0.7399 | 0.8084 | 0.8006 | 0.8164 | 0.8013 | 0.8735 | 0.8637 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 927895412
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cd7b243f8d8b05667bdafb0bd82402a75c6d5a83dd5ad5049bf8d5aae9b39b3
|
3 |
size 927895412
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2ca4235b7344f3ef8d3846ea7f6a3d80a39826479e1961c1080d5305776e8e1
|
3 |
size 5368
|