Training in progress, step 32
Browse files
config.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "Adult",
|
| 13 |
+
"1": "Arts",
|
| 14 |
+
"10": "People",
|
| 15 |
+
"11": "Politics",
|
| 16 |
+
"12": "Sports",
|
| 17 |
+
"2": "Buildings",
|
| 18 |
+
"3": "Celebrities",
|
| 19 |
+
"4": "Child_Children",
|
| 20 |
+
"5": "Indigenous people",
|
| 21 |
+
"6": "Industrial labour",
|
| 22 |
+
"7": "Military",
|
| 23 |
+
"8": "Natural landscape",
|
| 24 |
+
"9": "Null"
|
| 25 |
+
},
|
| 26 |
+
"image_size": 224,
|
| 27 |
+
"initializer_range": 0.02,
|
| 28 |
+
"intermediate_size": 3072,
|
| 29 |
+
"label2id": {
|
| 30 |
+
"Adult": "0",
|
| 31 |
+
"Arts": "1",
|
| 32 |
+
"Buildings": "2",
|
| 33 |
+
"Celebrities": "3",
|
| 34 |
+
"Child_Children": "4",
|
| 35 |
+
"Indigenous people": "5",
|
| 36 |
+
"Industrial labour": "6",
|
| 37 |
+
"Military": "7",
|
| 38 |
+
"Natural landscape": "8",
|
| 39 |
+
"Null": "9",
|
| 40 |
+
"People": "10",
|
| 41 |
+
"Politics": "11",
|
| 42 |
+
"Sports": "12"
|
| 43 |
+
},
|
| 44 |
+
"layer_norm_eps": 1e-12,
|
| 45 |
+
"model_type": "vit",
|
| 46 |
+
"num_attention_heads": 12,
|
| 47 |
+
"num_channels": 3,
|
| 48 |
+
"num_hidden_layers": 12,
|
| 49 |
+
"patch_size": 16,
|
| 50 |
+
"problem_type": "single_label_classification",
|
| 51 |
+
"qkv_bias": true,
|
| 52 |
+
"torch_dtype": "float32",
|
| 53 |
+
"transformers_version": "4.40.1"
|
| 54 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:920dc9412ad8bea770841b4490ce7e5af3025b84f2dd1b1cb31e0a35eb8db385
|
| 3 |
+
size 343257812
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_valid_processor_keys": [
|
| 3 |
+
"images",
|
| 4 |
+
"do_resize",
|
| 5 |
+
"size",
|
| 6 |
+
"resample",
|
| 7 |
+
"do_rescale",
|
| 8 |
+
"rescale_factor",
|
| 9 |
+
"do_normalize",
|
| 10 |
+
"image_mean",
|
| 11 |
+
"image_std",
|
| 12 |
+
"return_tensors",
|
| 13 |
+
"data_format",
|
| 14 |
+
"input_data_format"
|
| 15 |
+
],
|
| 16 |
+
"do_normalize": true,
|
| 17 |
+
"do_rescale": true,
|
| 18 |
+
"do_resize": true,
|
| 19 |
+
"image_mean": [
|
| 20 |
+
0.5,
|
| 21 |
+
0.5,
|
| 22 |
+
0.5
|
| 23 |
+
],
|
| 24 |
+
"image_processor_type": "ViTFeatureExtractor",
|
| 25 |
+
"image_std": [
|
| 26 |
+
0.5,
|
| 27 |
+
0.5,
|
| 28 |
+
0.5
|
| 29 |
+
],
|
| 30 |
+
"resample": 2,
|
| 31 |
+
"rescale_factor": 0.00392156862745098,
|
| 32 |
+
"size": {
|
| 33 |
+
"height": 224,
|
| 34 |
+
"width": 224
|
| 35 |
+
}
|
| 36 |
+
}
|
runs/Apr29_07-37-10_a360-serv1/events.out.tfevents.1714390697.a360-serv1.1412715.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:769635b10346b162d9ade70af9c92855349ec5c973d3ef2aaeec6ce6f19dfb7b
|
| 3 |
+
size 5201
|
runs/Apr29_09-19-27_a360-serv1/events.out.tfevents.1714396772.a360-serv1.1425351.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24e16e5462544f9e4287b6eb5972f53276690c47b266038f123df8d1f4acad80
|
| 3 |
+
size 5770
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ea348f3d5cf5a6e3d30c73e18d2765d988cfd7b5a11862de7204a55b30d51a2
|
| 3 |
+
size 4984
|