riyadifirman
commited on
Commit
•
2ec87d9
1
Parent(s):
05e0669
End of training
Browse files- README.md +86 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
base_model: RobertZ2011/resnet-18-birb
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
model-index:
|
12 |
+
- name: klasifikasiburung_new
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# klasifikasiburung_new
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [RobertZ2011/resnet-18-birb](https://huggingface.co/RobertZ2011/resnet-18-birb) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.1769
|
24 |
+
- Accuracy: 0.7604
|
25 |
+
- Precision: 0.7654
|
26 |
+
- Recall: 0.7604
|
27 |
+
- F1: 0.7572
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 1e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- lr_scheduler_warmup_ratio: 0.1
|
53 |
+
- num_epochs: 20
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| 2.3725 | 1.0 | 375 | 2.1701 | 0.5720 | 0.6410 | 0.5720 | 0.5531 |
|
60 |
+
| 1.9971 | 2.0 | 750 | 1.7855 | 0.6595 | 0.6896 | 0.6595 | 0.6456 |
|
61 |
+
| 1.6092 | 3.0 | 1125 | 1.5948 | 0.7026 | 0.7201 | 0.7026 | 0.6921 |
|
62 |
+
| 1.5044 | 4.0 | 1500 | 1.4862 | 0.7173 | 0.7288 | 0.7173 | 0.7078 |
|
63 |
+
| 1.2893 | 5.0 | 1875 | 1.4145 | 0.7309 | 0.7402 | 0.7309 | 0.7236 |
|
64 |
+
| 1.2276 | 6.0 | 2250 | 1.3653 | 0.7373 | 0.7454 | 0.7373 | 0.7310 |
|
65 |
+
| 1.1467 | 7.0 | 2625 | 1.3099 | 0.7478 | 0.7536 | 0.7478 | 0.7420 |
|
66 |
+
| 1.0491 | 8.0 | 3000 | 1.2975 | 0.7451 | 0.7518 | 0.7451 | 0.7399 |
|
67 |
+
| 0.9231 | 9.0 | 3375 | 1.2683 | 0.7518 | 0.7574 | 0.7518 | 0.7470 |
|
68 |
+
| 0.8979 | 10.0 | 3750 | 1.2389 | 0.7561 | 0.7609 | 0.7561 | 0.7519 |
|
69 |
+
| 0.9467 | 11.0 | 4125 | 1.2400 | 0.7566 | 0.7608 | 0.7566 | 0.7517 |
|
70 |
+
| 0.8315 | 12.0 | 4500 | 1.2164 | 0.7565 | 0.7623 | 0.7565 | 0.7530 |
|
71 |
+
| 0.7316 | 13.0 | 4875 | 1.2005 | 0.7570 | 0.7612 | 0.7570 | 0.7531 |
|
72 |
+
| 0.6786 | 14.0 | 5250 | 1.2080 | 0.7560 | 0.7623 | 0.7560 | 0.7527 |
|
73 |
+
| 0.7923 | 15.0 | 5625 | 1.1869 | 0.7582 | 0.7628 | 0.7582 | 0.7545 |
|
74 |
+
| 0.7415 | 16.0 | 6000 | 1.1802 | 0.7575 | 0.7633 | 0.7575 | 0.7548 |
|
75 |
+
| 0.6292 | 17.0 | 6375 | 1.1994 | 0.7542 | 0.7602 | 0.7542 | 0.7513 |
|
76 |
+
| 0.7069 | 18.0 | 6750 | 1.1769 | 0.7604 | 0.7654 | 0.7604 | 0.7572 |
|
77 |
+
| 0.69 | 19.0 | 7125 | 1.1743 | 0.7572 | 0.7610 | 0.7572 | 0.7542 |
|
78 |
+
| 0.6476 | 20.0 | 7500 | 1.1704 | 0.7585 | 0.7638 | 0.7585 | 0.7558 |
|
79 |
+
|
80 |
+
|
81 |
+
### Framework versions
|
82 |
+
|
83 |
+
- Transformers 4.44.2
|
84 |
+
- Pytorch 2.4.1+cu121
|
85 |
+
- Datasets 3.0.2
|
86 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 45170672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7e35c6033d7323257558e6adc24d8b2648d3632d0a0c681e9303b8f160b4bc2
|
3 |
size 45170672
|