Commit
·
edaff85
1
Parent(s):
8ef05f4
Training in progress, epoch 1
Browse files
config.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
| 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": "A",
|
| 13 |
+
"1": "B",
|
| 14 |
+
"2": "C",
|
| 15 |
+
"3": "D",
|
| 16 |
+
"4": "E",
|
| 17 |
+
"5": "F",
|
| 18 |
+
"6": "G",
|
| 19 |
+
"7": "H",
|
| 20 |
+
"8": "I",
|
| 21 |
+
"9": "J",
|
| 22 |
+
"10": "K",
|
| 23 |
+
"11": "L",
|
| 24 |
+
"12": "M",
|
| 25 |
+
"13": "N",
|
| 26 |
+
"14": "\u00d1",
|
| 27 |
+
"15": "O",
|
| 28 |
+
"16": "P",
|
| 29 |
+
"17": "Q",
|
| 30 |
+
"18": "R",
|
| 31 |
+
"19": "S",
|
| 32 |
+
"20": "T",
|
| 33 |
+
"21": "U",
|
| 34 |
+
"22": "V",
|
| 35 |
+
"23": "W",
|
| 36 |
+
"24": "X",
|
| 37 |
+
"25": "Y",
|
| 38 |
+
"26": "Z"
|
| 39 |
+
},
|
| 40 |
+
"image_size": 224,
|
| 41 |
+
"initializer_range": 0.02,
|
| 42 |
+
"intermediate_size": 3072,
|
| 43 |
+
"label2id": {
|
| 44 |
+
"A": 0,
|
| 45 |
+
"B": 1,
|
| 46 |
+
"C": 2,
|
| 47 |
+
"D": 3,
|
| 48 |
+
"E": 4,
|
| 49 |
+
"F": 5,
|
| 50 |
+
"G": 6,
|
| 51 |
+
"H": 7,
|
| 52 |
+
"I": 8,
|
| 53 |
+
"J": 9,
|
| 54 |
+
"K": 10,
|
| 55 |
+
"L": 11,
|
| 56 |
+
"M": 12,
|
| 57 |
+
"N": 13,
|
| 58 |
+
"O": 15,
|
| 59 |
+
"P": 16,
|
| 60 |
+
"Q": 17,
|
| 61 |
+
"R": 18,
|
| 62 |
+
"S": 19,
|
| 63 |
+
"T": 20,
|
| 64 |
+
"U": 21,
|
| 65 |
+
"V": 22,
|
| 66 |
+
"W": 23,
|
| 67 |
+
"X": 24,
|
| 68 |
+
"Y": 25,
|
| 69 |
+
"Z": 26,
|
| 70 |
+
"\u00d1": 14
|
| 71 |
+
},
|
| 72 |
+
"layer_norm_eps": 1e-12,
|
| 73 |
+
"model_type": "vit",
|
| 74 |
+
"num_attention_heads": 12,
|
| 75 |
+
"num_channels": 3,
|
| 76 |
+
"num_hidden_layers": 12,
|
| 77 |
+
"patch_size": 16,
|
| 78 |
+
"problem_type": "single_label_classification",
|
| 79 |
+
"qkv_bias": true,
|
| 80 |
+
"torch_dtype": "float32",
|
| 81 |
+
"transformers_version": "4.35.2"
|
| 82 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:365b3beb65845588ff357b8850f4eb387a78d5180d3a9f7607d229e0e880b8f7
|
| 3 |
+
size 343300876
|
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": "ViTImageProcessor",
|
| 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/Dec09_19-12-33_10bb1bd297ff/events.out.tfevents.1702149163.10bb1bd297ff.849.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09ec3ea5b7a21293a70dde02c08124e3c6e7074d15e7798788271eaea8464c15
|
| 3 |
+
size 6473
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:319eec8a3d8a90af55c06a119dc70d234c51c408aad8d7664081c92e65abd87d
|
| 3 |
+
size 4600
|