Training in progress, epoch 1
Browse files- config.json +103 -0
- model.safetensors +3 -0
- preprocessor_config.json +23 -0
- runs/Sep28_17-45-00_5d46ff4a14b4/events.out.tfevents.1759081504.5d46ff4a14b4.898.0 +3 -0
- runs/Sep28_18-52-22_5d46ff4a14b4/events.out.tfevents.1759085543.5d46ff4a14b4.21481.0 +3 -0
- runs/Sep28_18-54-17_5d46ff4a14b4/events.out.tfevents.1759085658.5d46ff4a14b4.22027.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ViTForImageClassification"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.0,
|
| 6 |
+
"dtype": "float32",
|
| 7 |
+
"encoder_stride": 16,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.0,
|
| 10 |
+
"hidden_size": 192,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "Abyssinian",
|
| 13 |
+
"1": "Bengal",
|
| 14 |
+
"2": "Birman",
|
| 15 |
+
"3": "Bombay",
|
| 16 |
+
"4": "British Shorthair",
|
| 17 |
+
"5": "Egyptian Mau",
|
| 18 |
+
"6": "Maine Coon",
|
| 19 |
+
"7": "Persian",
|
| 20 |
+
"8": "Ragdoll",
|
| 21 |
+
"9": "Russian Blue",
|
| 22 |
+
"10": "Siamese",
|
| 23 |
+
"11": "Sphynx",
|
| 24 |
+
"12": "american bulldog",
|
| 25 |
+
"13": "american pit bull terrier",
|
| 26 |
+
"14": "basset hound",
|
| 27 |
+
"15": "beagle",
|
| 28 |
+
"16": "boxer",
|
| 29 |
+
"17": "chihuahua",
|
| 30 |
+
"18": "english cocker spaniel",
|
| 31 |
+
"19": "english setter",
|
| 32 |
+
"20": "german shorthaired",
|
| 33 |
+
"21": "great pyrenees",
|
| 34 |
+
"22": "havanese",
|
| 35 |
+
"23": "japanese chin",
|
| 36 |
+
"24": "keeshond",
|
| 37 |
+
"25": "leonberger",
|
| 38 |
+
"26": "miniature pinscher",
|
| 39 |
+
"27": "newfoundland",
|
| 40 |
+
"28": "pomeranian",
|
| 41 |
+
"29": "pug",
|
| 42 |
+
"30": "saint bernard",
|
| 43 |
+
"31": "samoyed",
|
| 44 |
+
"32": "scottish terrier",
|
| 45 |
+
"33": "shiba inu",
|
| 46 |
+
"34": "staffordshire bull terrier",
|
| 47 |
+
"35": "wheaten terrier",
|
| 48 |
+
"36": "yorkshire terrier"
|
| 49 |
+
},
|
| 50 |
+
"image_size": 224,
|
| 51 |
+
"initializer_range": 0.02,
|
| 52 |
+
"intermediate_size": 768,
|
| 53 |
+
"label2id": {
|
| 54 |
+
"Abyssinian": 0,
|
| 55 |
+
"Bengal": 1,
|
| 56 |
+
"Birman": 2,
|
| 57 |
+
"Bombay": 3,
|
| 58 |
+
"British Shorthair": 4,
|
| 59 |
+
"Egyptian Mau": 5,
|
| 60 |
+
"Maine Coon": 6,
|
| 61 |
+
"Persian": 7,
|
| 62 |
+
"Ragdoll": 8,
|
| 63 |
+
"Russian Blue": 9,
|
| 64 |
+
"Siamese": 10,
|
| 65 |
+
"Sphynx": 11,
|
| 66 |
+
"american bulldog": 12,
|
| 67 |
+
"american pit bull terrier": 13,
|
| 68 |
+
"basset hound": 14,
|
| 69 |
+
"beagle": 15,
|
| 70 |
+
"boxer": 16,
|
| 71 |
+
"chihuahua": 17,
|
| 72 |
+
"english cocker spaniel": 18,
|
| 73 |
+
"english setter": 19,
|
| 74 |
+
"german shorthaired": 20,
|
| 75 |
+
"great pyrenees": 21,
|
| 76 |
+
"havanese": 22,
|
| 77 |
+
"japanese chin": 23,
|
| 78 |
+
"keeshond": 24,
|
| 79 |
+
"leonberger": 25,
|
| 80 |
+
"miniature pinscher": 26,
|
| 81 |
+
"newfoundland": 27,
|
| 82 |
+
"pomeranian": 28,
|
| 83 |
+
"pug": 29,
|
| 84 |
+
"saint bernard": 30,
|
| 85 |
+
"samoyed": 31,
|
| 86 |
+
"scottish terrier": 32,
|
| 87 |
+
"shiba inu": 33,
|
| 88 |
+
"staffordshire bull terrier": 34,
|
| 89 |
+
"wheaten terrier": 35,
|
| 90 |
+
"yorkshire terrier": 36
|
| 91 |
+
},
|
| 92 |
+
"layer_norm_eps": 1e-12,
|
| 93 |
+
"model_type": "vit",
|
| 94 |
+
"num_attention_heads": 3,
|
| 95 |
+
"num_channels": 3,
|
| 96 |
+
"num_hidden_layers": 12,
|
| 97 |
+
"patch_size": 16,
|
| 98 |
+
"pooler_act": "tanh",
|
| 99 |
+
"pooler_output_size": 192,
|
| 100 |
+
"problem_type": "single_label_classification",
|
| 101 |
+
"qkv_bias": true,
|
| 102 |
+
"transformers_version": "4.56.1"
|
| 103 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f63e1260ac3bc02b655016cb390d74ac1349929d8dd15f3800414b42c8e4456
|
| 3 |
+
size 22148956
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": null,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.5,
|
| 8 |
+
0.5,
|
| 9 |
+
0.5
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "ViTImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.5,
|
| 14 |
+
0.5,
|
| 15 |
+
0.5
|
| 16 |
+
],
|
| 17 |
+
"resample": 2,
|
| 18 |
+
"rescale_factor": 0.00392156862745098,
|
| 19 |
+
"size": {
|
| 20 |
+
"height": 224,
|
| 21 |
+
"width": 224
|
| 22 |
+
}
|
| 23 |
+
}
|
runs/Sep28_17-45-00_5d46ff4a14b4/events.out.tfevents.1759081504.5d46ff4a14b4.898.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f16258e212e3959ea07a4fa860e1996c028454187076228c9b57b66768377d7f
|
| 3 |
+
size 6781
|
runs/Sep28_18-52-22_5d46ff4a14b4/events.out.tfevents.1759085543.5d46ff4a14b4.21481.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee638733c4810a867bdc18e95f05a8b8556051ac3c5efa0cfeaddfcaada1be66
|
| 3 |
+
size 6781
|
runs/Sep28_18-54-17_5d46ff4a14b4/events.out.tfevents.1759085658.5d46ff4a14b4.22027.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65f10b9cea07de5d795db2ed137ac2823901422f29ed2aba74062c5a9d0a9f67
|
| 3 |
+
size 7305
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:580dc030caf7bf18e8836e33b1b949c2cd8b4a986225d07b82da9c4739fa1e71
|
| 3 |
+
size 5841
|