End of training
Browse files- README.md +52 -0
- config.json +31 -0
- model.safetensors +3 -0
- runs/Jan25_20-10-52_fea44a213c0f/events.out.tfevents.1737835854.fea44a213c0f.1218.0 +3 -0
- runs/Jan25_20-15-26_fea44a213c0f/events.out.tfevents.1737836127.fea44a213c0f.1218.1 +3 -0
- runs/Jan25_20-16-00_fea44a213c0f/events.out.tfevents.1737836163.fea44a213c0f.1218.2 +3 -0
- runs/Jan25_20-17-01_fea44a213c0f/events.out.tfevents.1737836223.fea44a213c0f.1218.3 +3 -0
- runs/Jan25_20-17-30_fea44a213c0f/events.out.tfevents.1737836252.fea44a213c0f.1218.4 +3 -0
- runs/Jan25_20-19-13_fea44a213c0f/events.out.tfevents.1737836354.fea44a213c0f.1218.5 +3 -0
- runs/Jan25_20-38-50_fea44a213c0f/events.out.tfevents.1737837533.fea44a213c0f.9706.0 +3 -0
- runs/Jan25_20-40-40_fea44a213c0f/events.out.tfevents.1737837641.fea44a213c0f.10652.0 +3 -0
- runs/Jan25_20-42-12_fea44a213c0f/events.out.tfevents.1737837733.fea44a213c0f.11222.0 +3 -0
- runs/Jan25_20-43-56_fea44a213c0f/events.out.tfevents.1737837837.fea44a213c0f.11839.0 +3 -0
- runs/Jan25_20-48-12_fea44a213c0f/events.out.tfevents.1737838093.fea44a213c0f.13096.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
model-index:
|
8 |
+
- name: vit-base-patch16-224-in21k-image-sensitivity
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# vit-base-patch16-224-in21k-image-sensitivity
|
16 |
+
|
17 |
+
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.
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 5e-05
|
37 |
+
- train_batch_size: 128
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- gradient_accumulation_steps: 8
|
41 |
+
- total_train_batch_size: 1024
|
42 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 10
|
45 |
+
- mixed_precision_training: Native AMP
|
46 |
+
|
47 |
+
### Framework versions
|
48 |
+
|
49 |
+
- Transformers 4.47.1
|
50 |
+
- Pytorch 2.5.1+cu121
|
51 |
+
- Datasets 3.2.0
|
52 |
+
- Tokenizers 0.21.0
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
3 |
+
"_num_labels": 1,
|
4 |
+
"architectures": [
|
5 |
+
"ViTForImageClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.0,
|
8 |
+
"encoder_stride": 16,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.0,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "target"
|
14 |
+
},
|
15 |
+
"image_size": 224,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 3072,
|
18 |
+
"label2id": {
|
19 |
+
"target": 0
|
20 |
+
},
|
21 |
+
"layer_norm_eps": 1e-12,
|
22 |
+
"model_type": "vit",
|
23 |
+
"num_attention_heads": 12,
|
24 |
+
"num_channels": 3,
|
25 |
+
"num_hidden_layers": 12,
|
26 |
+
"patch_size": 16,
|
27 |
+
"problem_type": "regression",
|
28 |
+
"qkv_bias": true,
|
29 |
+
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.47.1"
|
31 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ddf49496dea227294b5271d213cd2933ece2cd79396b2ee3916b7a1a3c48d7f
|
3 |
+
size 343220892
|
runs/Jan25_20-10-52_fea44a213c0f/events.out.tfevents.1737835854.fea44a213c0f.1218.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61bd192acb321f109dfd44ce6b6a58b3d75a9371612f8749afdc41cb6caf6791
|
3 |
+
size 5092
|
runs/Jan25_20-15-26_fea44a213c0f/events.out.tfevents.1737836127.fea44a213c0f.1218.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a8b04121e0282168bcfac6b8d8df28fad3ee947435874a9338b1c93072e9bd1
|
3 |
+
size 5092
|
runs/Jan25_20-16-00_fea44a213c0f/events.out.tfevents.1737836163.fea44a213c0f.1218.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ed51c28e614a5fdef5fd69eb37a2f86bf3cca17d990b723533117bc563825b7
|
3 |
+
size 5092
|
runs/Jan25_20-17-01_fea44a213c0f/events.out.tfevents.1737836223.fea44a213c0f.1218.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99ad5ad67d0687cfcb9479ec97b4637bd2698e4e3cceff502d01535cf21f6dc0
|
3 |
+
size 5092
|
runs/Jan25_20-17-30_fea44a213c0f/events.out.tfevents.1737836252.fea44a213c0f.1218.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:671ca2e6898c80588eaca854f3880628d5abfbd1037c885d1a52dcf545568a9b
|
3 |
+
size 5092
|
runs/Jan25_20-19-13_fea44a213c0f/events.out.tfevents.1737836354.fea44a213c0f.1218.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca9f6e578ac61ebc1bece8e0a844992179162623b954f50b574fbaf7629781e2
|
3 |
+
size 5092
|
runs/Jan25_20-38-50_fea44a213c0f/events.out.tfevents.1737837533.fea44a213c0f.9706.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ceeec164160c1d879f862437e7f5532897206379523fbce9808d4916e788a42b
|
3 |
+
size 5713
|
runs/Jan25_20-40-40_fea44a213c0f/events.out.tfevents.1737837641.fea44a213c0f.10652.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a40a06a3c92d98a75cbf150590f2b80530ff413728c9e7a5bea057904d49e95
|
3 |
+
size 5299
|
runs/Jan25_20-42-12_fea44a213c0f/events.out.tfevents.1737837733.fea44a213c0f.11222.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e614b33d979fb5158899e4854fb846a1ea22726a7ac780b4096766a6748d157
|
3 |
+
size 4184
|
runs/Jan25_20-43-56_fea44a213c0f/events.out.tfevents.1737837837.fea44a213c0f.11839.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2edb8b8288b759a6b61c79ce322842b25a9632c032011dc05be9f993444d6aa7
|
3 |
+
size 5300
|
runs/Jan25_20-48-12_fea44a213c0f/events.out.tfevents.1737838093.fea44a213c0f.13096.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f289b37ad337f6cf7afe77d3f583a39065f594890c2efe4d647fc110e55a2d6
|
3 |
+
size 12588
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46a310a4b3317184791c4c5b576c50815612e984d7be3f55283eb26ce06cbbb7
|
3 |
+
size 5368
|