End of training
Browse files- README.md +62 -0
- all_results.json +13 -0
- eval_results.json +8 -0
- model.safetensors +1 -1
- runs/Oct28_17-35-35_ed8d531a2ec0/events.out.tfevents.1730137562.ed8d531a2ec0.530.1 +3 -0
- train_results.json +8 -0
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google/vit-base-patch16-224-in21k
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: vit-large-noah-espejel
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# vit-large-noah-espejel
|
18 |
+
|
19 |
+
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.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0120
|
22 |
+
- Accuracy: 0.9925
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 8
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 10
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
53 |
+
| 0.1128 | 3.8462 | 500 | 0.0286 | 0.9925 |
|
54 |
+
| 0.0068 | 7.6923 | 1000 | 0.0120 | 0.9925 |
|
55 |
+
|
56 |
+
|
57 |
+
### Framework versions
|
58 |
+
|
59 |
+
- Transformers 4.44.2
|
60 |
+
- Pytorch 2.5.0+cu121
|
61 |
+
- Datasets 3.0.2
|
62 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.9924812030075187,
|
4 |
+
"eval_loss": 0.011992084793746471,
|
5 |
+
"eval_runtime": 4.1897,
|
6 |
+
"eval_samples_per_second": 31.744,
|
7 |
+
"eval_steps_per_second": 4.058,
|
8 |
+
"total_flos": 8.012743541191066e+17,
|
9 |
+
"train_loss": 0.04713441610336304,
|
10 |
+
"train_runtime": 578.1312,
|
11 |
+
"train_samples_per_second": 17.885,
|
12 |
+
"train_steps_per_second": 2.249
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.9924812030075187,
|
4 |
+
"eval_loss": 0.011992084793746471,
|
5 |
+
"eval_runtime": 4.1897,
|
6 |
+
"eval_samples_per_second": 31.744,
|
7 |
+
"eval_steps_per_second": 4.058
|
8 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343227052
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fdb51bf03a6ce48f2ca5fdeabe46ee370b55e97cc0d706e06d0dc29b79ce319
|
3 |
size 343227052
|
runs/Oct28_17-35-35_ed8d531a2ec0/events.out.tfevents.1730137562.ed8d531a2ec0.530.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:675dcee99ef43d33f69b32e8a2ca035eedcb0bb814db5d47e7ff0a2bba3324c7
|
3 |
+
size 411
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"total_flos": 8.012743541191066e+17,
|
4 |
+
"train_loss": 0.04713441610336304,
|
5 |
+
"train_runtime": 578.1312,
|
6 |
+
"train_samples_per_second": 17.885,
|
7 |
+
"train_steps_per_second": 2.249
|
8 |
+
}
|