ansilmbabl
commited on
Commit
•
baaf741
1
Parent(s):
f9aa0b1
End of training
Browse files- README.md +51 -0
- config.json +0 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/vit-base-patch16-224-in21k
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: vit-base-patch16-224-in21k-cards-june-07-cropping-filtered-preprocess-change-test
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# vit-base-patch16-224-in21k-cards-june-07-cropping-filtered-preprocess-change-test
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the None dataset.
|
17 |
+
|
18 |
+
## Model description
|
19 |
+
|
20 |
+
More information needed
|
21 |
+
|
22 |
+
## Intended uses & limitations
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Training and evaluation data
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training procedure
|
31 |
+
|
32 |
+
### Training hyperparameters
|
33 |
+
|
34 |
+
The following hyperparameters were used during training:
|
35 |
+
- learning_rate: 5e-05
|
36 |
+
- train_batch_size: 640
|
37 |
+
- eval_batch_size: 256
|
38 |
+
- seed: 42
|
39 |
+
- gradient_accumulation_steps: 8
|
40 |
+
- total_train_batch_size: 5120
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- lr_scheduler_warmup_ratio: 0.1
|
44 |
+
- num_epochs: 10
|
45 |
+
|
46 |
+
### Framework versions
|
47 |
+
|
48 |
+
- Transformers 4.41.2
|
49 |
+
- Pytorch 2.0.1+cu117
|
50 |
+
- Datasets 2.19.1
|
51 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -41,7 +41,6 @@
|
|
41 |
"num_channels": 3,
|
42 |
"num_hidden_layers": 12,
|
43 |
"patch_size": 16,
|
44 |
-
"problem_type": "single_label_classification",
|
45 |
"qkv_bias": true,
|
46 |
"torch_dtype": "float32",
|
47 |
"transformers_version": "4.41.2"
|
|
|
41 |
"num_channels": 3,
|
42 |
"num_hidden_layers": 12,
|
43 |
"patch_size": 16,
|
|
|
44 |
"qkv_bias": true,
|
45 |
"torch_dtype": "float32",
|
46 |
"transformers_version": "4.41.2"
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343248584
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daeef2ffa21b4e1151349995a9b3de4591ed3273bc01b0c31f4f795e202b3b87
|
3 |
size 343248584
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4795
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee3339bc106bae61c0d10db71bdd958de8ee4aeb840efe15dfedd46428489064
|
3 |
size 4795
|