Sushil
commited on
Commit
•
d2fdc29
1
Parent(s):
3070c30
End of training
Browse files- .gitignore +1 -0
- config.json +32 -0
- preprocessor_config.json +17 -0
- pytorch_model.bin +3 -0
- runs/Apr07_08-34-29_5c8f08916eb0/1649320793.704452/events.out.tfevents.1649320793.5c8f08916eb0.73.1 +3 -0
- runs/Apr07_08-34-29_5c8f08916eb0/1649321094.8535864/events.out.tfevents.1649321094.5c8f08916eb0.73.2 +3 -0
- runs/Apr07_08-34-29_5c8f08916eb0/events.out.tfevents.1649320793.5c8f08916eb0.73.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "nateraw/vit-base-patch16-224-cifar10",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "original",
|
13 |
+
"1": "upside-down"
|
14 |
+
},
|
15 |
+
"image_size": 224,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 3072,
|
18 |
+
"label2id": {
|
19 |
+
"original": 0,
|
20 |
+
"upside-down": 1
|
21 |
+
},
|
22 |
+
"layer_norm_eps": 1e-12,
|
23 |
+
"model_type": "vit",
|
24 |
+
"num_attention_heads": 12,
|
25 |
+
"num_channels": 3,
|
26 |
+
"num_hidden_layers": 12,
|
27 |
+
"patch_size": 16,
|
28 |
+
"problem_type": "single_label_classification",
|
29 |
+
"qkv_bias": true,
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.18.0"
|
32 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"feature_extractor_type": "ViTFeatureExtractor",
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_std": [
|
11 |
+
0.5,
|
12 |
+
0.5,
|
13 |
+
0.5
|
14 |
+
],
|
15 |
+
"resample": 2,
|
16 |
+
"size": 224
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97b0ecd4de77c356aa3d136194a99cf20a5f097ec8e46d3c3350d436adaf5b53
|
3 |
+
size 343266993
|
runs/Apr07_08-34-29_5c8f08916eb0/1649320793.704452/events.out.tfevents.1649320793.5c8f08916eb0.73.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30932685ea744264478350b642f46553888608f024b4a10f648e9ec86b6746c6
|
3 |
+
size 4848
|
runs/Apr07_08-34-29_5c8f08916eb0/1649321094.8535864/events.out.tfevents.1649321094.5c8f08916eb0.73.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4792f2cbc3d124ae7d053757d5797ac076fe804de2239e2affe00aa36ae5b6cd
|
3 |
+
size 4848
|
runs/Apr07_08-34-29_5c8f08916eb0/events.out.tfevents.1649320793.5c8f08916eb0.73.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5679753420a35ef1692fb97c2e7dbbb186bb322b55cc3a662c3cdc8b364a729
|
3 |
+
size 6731
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9a816d411e930350bf54b4804c0f3c1c970c1ec70dc32dc55ad0799a4078ca9
|
3 |
+
size 3055
|