End of training
Browse files- README.md +27 -11
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -19,11 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
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.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- F1 Score: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- Accuracy: 0.
|
|
|
|
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -43,19 +45,33 @@ More information needed
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 1e-05
|
46 |
-
- train_batch_size:
|
47 |
-
- eval_batch_size:
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step | Validation Loss | F1 Score | Precision | Recall | Accuracy |
|
57 |
-
|
58 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
19 |
|
20 |
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.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.5967
|
23 |
+
- F1 Score: 0.8904
|
24 |
+
- Precision: 0.8843
|
25 |
+
- Recall: 0.8966
|
26 |
+
- Accuracy: 0.8822
|
27 |
+
- Auc: 0.9398
|
28 |
+
- Prc: 0.9372
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
- learning_rate: 1e-05
|
48 |
+
- train_batch_size: 8
|
49 |
+
- eval_batch_size: 8
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 20
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 Score | Precision | Recall | Accuracy | Auc | Prc |
|
59 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|:------:|:------:|
|
60 |
+
| 0.4839 | 0.1864 | 500 | 0.4577 | 0.8288 | 0.7331 | 0.9532 | 0.7898 | 0.8989 | 0.8988 |
|
61 |
+
| 0.3857 | 0.3727 | 1000 | 0.3786 | 0.8651 | 0.8327 | 0.9001 | 0.8502 | 0.9197 | 0.9135 |
|
62 |
+
| 0.3682 | 0.5591 | 1500 | 0.3529 | 0.8689 | 0.8543 | 0.8841 | 0.8576 | 0.9310 | 0.9303 |
|
63 |
+
| 0.362 | 0.7454 | 2000 | 0.3569 | 0.8709 | 0.8802 | 0.8617 | 0.8636 | 0.9355 | 0.9330 |
|
64 |
+
| 0.3336 | 0.9318 | 2500 | 0.4081 | 0.8779 | 0.8023 | 0.9693 | 0.8561 | 0.9397 | 0.9373 |
|
65 |
+
| 0.2989 | 1.1182 | 3000 | 0.4118 | 0.8799 | 0.8723 | 0.8876 | 0.8707 | 0.9424 | 0.9392 |
|
66 |
+
| 0.2686 | 1.3045 | 3500 | 0.3579 | 0.8852 | 0.8569 | 0.9155 | 0.8733 | 0.9393 | 0.9343 |
|
67 |
+
| 0.2696 | 1.4909 | 4000 | 0.3695 | 0.8733 | 0.8957 | 0.8520 | 0.8681 | 0.9439 | 0.9417 |
|
68 |
+
| 0.2678 | 1.6772 | 4500 | 0.4433 | 0.8944 | 0.8756 | 0.9141 | 0.8848 | 0.9416 | 0.9379 |
|
69 |
+
| 0.2744 | 1.8636 | 5000 | 0.3976 | 0.8922 | 0.8406 | 0.9504 | 0.8774 | 0.9418 | 0.9394 |
|
70 |
+
| 0.2166 | 2.0499 | 5500 | 0.5432 | 0.8815 | 0.8802 | 0.8827 | 0.8733 | 0.9426 | 0.9406 |
|
71 |
+
| 0.1426 | 2.2363 | 6000 | 0.5888 | 0.8988 | 0.8564 | 0.9455 | 0.8863 | 0.9424 | 0.9386 |
|
72 |
+
| 0.1457 | 2.4227 | 6500 | 0.5963 | 0.8840 | 0.8819 | 0.8862 | 0.8759 | 0.9404 | 0.9370 |
|
73 |
+
| 0.144 | 2.6090 | 7000 | 0.6159 | 0.8724 | 0.8962 | 0.8499 | 0.8673 | 0.9458 | 0.9454 |
|
74 |
+
| 0.1279 | 2.7954 | 7500 | 0.5967 | 0.8904 | 0.8843 | 0.8966 | 0.8822 | 0.9398 | 0.9372 |
|
75 |
|
76 |
|
77 |
### 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:46e0a0c7706815dee5a15acabb63ccb1d6ee5318490fe5f10cb653837c700def
|
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 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eca1b1a339d1147ef8377d45fd34d761c4957fbbeb3d60497210892d5d3f72b8
|
3 |
size 5240
|