End of training
Browse files- README.md +63 -0
- config.json +103 -0
- model.safetensors +3 -0
- preprocessor_config.json +23 -0
- runs/Nov13_13-56-32_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763034993.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.107427.0 +3 -0
- runs/Nov13_13-56-32_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035146.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.107427.1 +3 -0
- runs/Nov13_13-59-32_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035173.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.110843.0 +3 -0
- runs/Nov13_14-00-53_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035253.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.111653.0 +3 -0
- runs/Nov13_14-00-53_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035400.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.111653.1 +3 -0
- runs/Nov13_14-05-47_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035548.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.114265.0 +3 -0
- runs/Nov13_14-05-47_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035695.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.114265.1 +3 -0
- runs/Nov13_14-14-23_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763036063.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.118880.0 +3 -0
- runs/Nov13_14-14-23_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763036210.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.118880.1 +3 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: google/vit-base-patch16-224
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
model-index:
|
| 10 |
+
- name: vit-base-patch16-224-oxford-pets
|
| 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-base-patch16-224-oxford-pets
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.6767
|
| 22 |
+
- Accuracy: 0.7848
|
| 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: 32
|
| 43 |
+
- eval_batch_size: 8
|
| 44 |
+
- seed: 42
|
| 45 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
+
- lr_scheduler_type: linear
|
| 47 |
+
- num_epochs: 3
|
| 48 |
+
|
| 49 |
+
### Training results
|
| 50 |
+
|
| 51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
+
| 2.4609 | 1.0 | 167 | 2.4777 | 0.6030 |
|
| 54 |
+
| 1.8362 | 2.0 | 334 | 1.8788 | 0.75 |
|
| 55 |
+
| 1.6609 | 3.0 | 501 | 1.7072 | 0.7821 |
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
### Framework versions
|
| 59 |
+
|
| 60 |
+
- Transformers 4.57.1
|
| 61 |
+
- Pytorch 2.9.1+cu130
|
| 62 |
+
- Datasets 4.4.1
|
| 63 |
+
- Tokenizers 0.22.1
|
config.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ViTForImageClassification"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.0,
|
| 6 |
+
"dtype": "float32",
|
| 7 |
+
"encoder_stride": 16,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.0,
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "Abyssinian",
|
| 13 |
+
"1": "american bulldog",
|
| 14 |
+
"2": "american pit bull terrier",
|
| 15 |
+
"3": "basset hound",
|
| 16 |
+
"4": "beagle",
|
| 17 |
+
"5": "Bengal",
|
| 18 |
+
"6": "Birman",
|
| 19 |
+
"7": "Bombay",
|
| 20 |
+
"8": "boxer",
|
| 21 |
+
"9": "British Shorthair",
|
| 22 |
+
"10": "chihuahua",
|
| 23 |
+
"11": "Egyptian Mau",
|
| 24 |
+
"12": "english cocker spaniel",
|
| 25 |
+
"13": "english setter",
|
| 26 |
+
"14": "german shorthaired",
|
| 27 |
+
"15": "great pyrenees",
|
| 28 |
+
"16": "havanese",
|
| 29 |
+
"17": "japanese chin",
|
| 30 |
+
"18": "keeshond",
|
| 31 |
+
"19": "leonberger",
|
| 32 |
+
"20": "Maine Coon",
|
| 33 |
+
"21": "miniature pinscher",
|
| 34 |
+
"22": "newfoundland",
|
| 35 |
+
"23": "Persian",
|
| 36 |
+
"24": "pomeranian",
|
| 37 |
+
"25": "pug",
|
| 38 |
+
"26": "Ragdoll",
|
| 39 |
+
"27": "Russian Blue",
|
| 40 |
+
"28": "saint bernard",
|
| 41 |
+
"29": "samoyed",
|
| 42 |
+
"30": "scottish terrier",
|
| 43 |
+
"31": "shiba inu",
|
| 44 |
+
"32": "Siamese",
|
| 45 |
+
"33": "Sphynx",
|
| 46 |
+
"34": "staffordshire bull terrier",
|
| 47 |
+
"35": "wheaten terrier",
|
| 48 |
+
"36": "yorkshire terrier"
|
| 49 |
+
},
|
| 50 |
+
"image_size": 224,
|
| 51 |
+
"initializer_range": 0.02,
|
| 52 |
+
"intermediate_size": 3072,
|
| 53 |
+
"label2id": {
|
| 54 |
+
"Abyssinian": 0,
|
| 55 |
+
"Bengal": 5,
|
| 56 |
+
"Birman": 6,
|
| 57 |
+
"Bombay": 7,
|
| 58 |
+
"British Shorthair": 9,
|
| 59 |
+
"Egyptian Mau": 11,
|
| 60 |
+
"Maine Coon": 20,
|
| 61 |
+
"Persian": 23,
|
| 62 |
+
"Ragdoll": 26,
|
| 63 |
+
"Russian Blue": 27,
|
| 64 |
+
"Siamese": 32,
|
| 65 |
+
"Sphynx": 33,
|
| 66 |
+
"american bulldog": 1,
|
| 67 |
+
"american pit bull terrier": 2,
|
| 68 |
+
"basset hound": 3,
|
| 69 |
+
"beagle": 4,
|
| 70 |
+
"boxer": 8,
|
| 71 |
+
"chihuahua": 10,
|
| 72 |
+
"english cocker spaniel": 12,
|
| 73 |
+
"english setter": 13,
|
| 74 |
+
"german shorthaired": 14,
|
| 75 |
+
"great pyrenees": 15,
|
| 76 |
+
"havanese": 16,
|
| 77 |
+
"japanese chin": 17,
|
| 78 |
+
"keeshond": 18,
|
| 79 |
+
"leonberger": 19,
|
| 80 |
+
"miniature pinscher": 21,
|
| 81 |
+
"newfoundland": 22,
|
| 82 |
+
"pomeranian": 24,
|
| 83 |
+
"pug": 25,
|
| 84 |
+
"saint bernard": 28,
|
| 85 |
+
"samoyed": 29,
|
| 86 |
+
"scottish terrier": 30,
|
| 87 |
+
"shiba inu": 31,
|
| 88 |
+
"staffordshire bull terrier": 34,
|
| 89 |
+
"wheaten terrier": 35,
|
| 90 |
+
"yorkshire terrier": 36
|
| 91 |
+
},
|
| 92 |
+
"layer_norm_eps": 1e-12,
|
| 93 |
+
"model_type": "vit",
|
| 94 |
+
"num_attention_heads": 12,
|
| 95 |
+
"num_channels": 3,
|
| 96 |
+
"num_hidden_layers": 12,
|
| 97 |
+
"patch_size": 16,
|
| 98 |
+
"pooler_act": "tanh",
|
| 99 |
+
"pooler_output_size": 768,
|
| 100 |
+
"problem_type": "single_label_classification",
|
| 101 |
+
"qkv_bias": true,
|
| 102 |
+
"transformers_version": "4.57.1"
|
| 103 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc08229473c94876563edf2b34b8583607d154b176d1527fd56c316ebf6cd288
|
| 3 |
+
size 343331644
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": null,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.5,
|
| 8 |
+
0.5,
|
| 9 |
+
0.5
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "ViTImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.5,
|
| 14 |
+
0.5,
|
| 15 |
+
0.5
|
| 16 |
+
],
|
| 17 |
+
"resample": 2,
|
| 18 |
+
"rescale_factor": 0.00392156862745098,
|
| 19 |
+
"size": {
|
| 20 |
+
"height": 224,
|
| 21 |
+
"width": 224
|
| 22 |
+
}
|
| 23 |
+
}
|
runs/Nov13_13-56-32_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763034993.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.107427.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01997f7fcc8c177215d6480c5dab40c24071872470fafd364ce90b6602712551
|
| 3 |
+
size 13668
|
runs/Nov13_13-56-32_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035146.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.107427.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5dead68efebe67dec28b58067e30b5c2b11716e0f2b66f26252697142eb6016
|
| 3 |
+
size 6878
|
runs/Nov13_13-59-32_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035173.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.110843.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:730e49d3ba8b69cb9e0c76b1aa228a67c51cb8d85732d8297c0b15810d33d85d
|
| 3 |
+
size 6878
|
runs/Nov13_14-00-53_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035253.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.111653.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9993d66dd65995b86124bd93188b6151a21e4337251e18dab46a7cd08bf816b1
|
| 3 |
+
size 18703
|
runs/Nov13_14-00-53_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035400.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.111653.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0723ece2193c2df6a695c6e7b12958add44acedb6be164a7fde55d05c8624757
|
| 3 |
+
size 734
|
runs/Nov13_14-05-47_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035548.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.114265.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efe81a7223f7719e6b807bfa165378e0fc17a18a38b67e518a52a8fa9b12266a
|
| 3 |
+
size 18703
|
runs/Nov13_14-05-47_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763035695.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.114265.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7783beb2f7df3ccc9d9aaffb313849de1a7fc0ef839e8caedfb3d376af11991
|
| 3 |
+
size 734
|
runs/Nov13_14-14-23_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763036063.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.118880.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e84add13e4c447b629df6de82cb6b28a147c869cee0341ccdb76d6aec0e50374
|
| 3 |
+
size 18703
|
runs/Nov13_14-14-23_aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx/events.out.tfevents.1763036210.aliation-Victus-by-HP-Gaming-Laptop-15-fb3xxx.118880.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4b394441cbe52048683f7e5bd62edcf0555ac8e282ba04ab280c52e2c44421d
|
| 3 |
+
size 734
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:145a790e4b05d723c89f05c789fbce19ac2e0cc0a0941331c0b0c2d1dfbcdc99
|
| 3 |
+
size 5905
|