MiguelCalderon
commited on
Commit
•
652a9dc
1
Parent(s):
2cd1c0d
Training in progress, step 500
Browse files
config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224",
|
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": "aluminium",
|
13 |
+
"1": "batteries",
|
14 |
+
"10": "takeaway cups",
|
15 |
+
"2": "cardboard",
|
16 |
+
"3": "disposable plates",
|
17 |
+
"4": "glass",
|
18 |
+
"5": "hard plastic",
|
19 |
+
"6": "paper",
|
20 |
+
"7": "paper towel",
|
21 |
+
"8": "polystyrene",
|
22 |
+
"9": "soft plastics"
|
23 |
+
},
|
24 |
+
"image_size": 224,
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 3072,
|
27 |
+
"label2id": {
|
28 |
+
"aluminium": "0",
|
29 |
+
"batteries": "1",
|
30 |
+
"cardboard": "2",
|
31 |
+
"disposable plates": "3",
|
32 |
+
"glass": "4",
|
33 |
+
"hard plastic": "5",
|
34 |
+
"paper": "6",
|
35 |
+
"paper towel": "7",
|
36 |
+
"polystyrene": "8",
|
37 |
+
"soft plastics": "9",
|
38 |
+
"takeaway cups": "10"
|
39 |
+
},
|
40 |
+
"layer_norm_eps": 1e-12,
|
41 |
+
"model_type": "vit",
|
42 |
+
"num_attention_heads": 12,
|
43 |
+
"num_channels": 3,
|
44 |
+
"num_hidden_layers": 12,
|
45 |
+
"patch_size": 16,
|
46 |
+
"problem_type": "single_label_classification",
|
47 |
+
"qkv_bias": true,
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.35.0"
|
50 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e6d895b9e3d99190767ae3d0ec135e3796a7870fd0fb72bd51c61e6bca85e86
|
3 |
+
size 343251660
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTFeatureExtractor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
runs/Nov06_20-07-51_d334dc3dede1/events.out.tfevents.1699302307.d334dc3dede1.25169.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1012f2bab1d35ec8eebb0bac697a1df6cc566be79c92b4dfe8fcad083654d82b
|
3 |
+
size 5246
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:102a870bcbeb8fbe152dc4ba376ceb9d4c61a37a3099c06099a12e96e502dd9d
|
3 |
+
size 4664
|