End of training
Browse files- README.md +89 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/vit-base-patch16-224-in21k
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: activity_classification
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# activity_classification
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7631
|
21 |
+
- Accuracy: 0.7710
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 3e-05
|
41 |
+
- train_batch_size: 32
|
42 |
+
- eval_batch_size: 32
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 30
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 2.1235 | 1.0 | 315 | 1.3182 | 0.7099 |
|
53 |
+
| 1.0404 | 2.0 | 630 | 0.9831 | 0.7278 |
|
54 |
+
| 0.7899 | 3.0 | 945 | 0.9509 | 0.7175 |
|
55 |
+
| 0.6961 | 4.0 | 1260 | 0.8258 | 0.7460 |
|
56 |
+
| 0.615 | 5.0 | 1575 | 0.7890 | 0.7667 |
|
57 |
+
| 0.5534 | 6.0 | 1890 | 0.7876 | 0.7591 |
|
58 |
+
| 0.524 | 7.0 | 2205 | 0.7627 | 0.7663 |
|
59 |
+
| 0.4588 | 8.0 | 2520 | 0.8256 | 0.7468 |
|
60 |
+
| 0.4407 | 9.0 | 2835 | 0.8041 | 0.7615 |
|
61 |
+
| 0.4039 | 10.0 | 3150 | 0.8367 | 0.7540 |
|
62 |
+
| 0.3966 | 11.0 | 3465 | 0.8708 | 0.7492 |
|
63 |
+
| 0.366 | 12.0 | 3780 | 0.8410 | 0.7544 |
|
64 |
+
| 0.3522 | 13.0 | 4095 | 0.9019 | 0.7365 |
|
65 |
+
| 0.3495 | 14.0 | 4410 | 0.8240 | 0.7567 |
|
66 |
+
| 0.3206 | 15.0 | 4725 | 0.8428 | 0.7607 |
|
67 |
+
| 0.3172 | 16.0 | 5040 | 0.8626 | 0.7607 |
|
68 |
+
| 0.2931 | 17.0 | 5355 | 1.0311 | 0.7306 |
|
69 |
+
| 0.2943 | 18.0 | 5670 | 0.9393 | 0.7544 |
|
70 |
+
| 0.2886 | 19.0 | 5985 | 0.9379 | 0.7472 |
|
71 |
+
| 0.2785 | 20.0 | 6300 | 0.8911 | 0.7552 |
|
72 |
+
| 0.274 | 21.0 | 6615 | 0.9730 | 0.7484 |
|
73 |
+
| 0.2716 | 22.0 | 6930 | 0.9546 | 0.7504 |
|
74 |
+
| 0.2686 | 23.0 | 7245 | 0.8939 | 0.7651 |
|
75 |
+
| 0.2489 | 24.0 | 7560 | 0.9397 | 0.7480 |
|
76 |
+
| 0.257 | 25.0 | 7875 | 0.9298 | 0.7552 |
|
77 |
+
| 0.244 | 26.0 | 8190 | 0.9977 | 0.7437 |
|
78 |
+
| 0.2333 | 27.0 | 8505 | 0.9967 | 0.75 |
|
79 |
+
| 0.2376 | 28.0 | 8820 | 1.0012 | 0.7508 |
|
80 |
+
| 0.2428 | 29.0 | 9135 | 0.9674 | 0.7421 |
|
81 |
+
| 0.224 | 30.0 | 9450 | 1.0239 | 0.7361 |
|
82 |
+
|
83 |
+
|
84 |
+
### Framework versions
|
85 |
+
|
86 |
+
- Transformers 4.33.3
|
87 |
+
- Pytorch 2.0.1+cu118
|
88 |
+
- Datasets 2.14.5
|
89 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343308717
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc35a0593fb01aad528fa8123bc17f1e65f91a01f1987a82ab4f00d95bab5970
|
3 |
size 343308717
|