Upload 4 files
Browse files- config.json +63 -0
- model.safetensors +3 -0
- preprocessor_config.json +31 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 768,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "american-crow",
|
| 13 |
+
"1": "american-goldfinch",
|
| 14 |
+
"2": "bald-eagle",
|
| 15 |
+
"3": "black-capped-chickadee",
|
| 16 |
+
"4": "blue-jay",
|
| 17 |
+
"5": "chipping-sparrow",
|
| 18 |
+
"6": "common-loon",
|
| 19 |
+
"7": "downy-woodpecker",
|
| 20 |
+
"8": "hairy-woodpecker",
|
| 21 |
+
"9": "merlin-falcon",
|
| 22 |
+
"10": "mourning-dove",
|
| 23 |
+
"11": "northern-cardinal",
|
| 24 |
+
"12": "osprey",
|
| 25 |
+
"13": "red-tailed-hawk",
|
| 26 |
+
"14": "ruby-throated-hummingbird",
|
| 27 |
+
"15": "ruffed-grouse",
|
| 28 |
+
"16": "white-breasted-nuthatch"
|
| 29 |
+
},
|
| 30 |
+
"image_size": 224,
|
| 31 |
+
"initializer_range": 0.02,
|
| 32 |
+
"intermediate_size": 3072,
|
| 33 |
+
"label2id": {
|
| 34 |
+
"american-crow": 0,
|
| 35 |
+
"american-goldfinch": 1,
|
| 36 |
+
"bald-eagle": 2,
|
| 37 |
+
"black-capped-chickadee": 3,
|
| 38 |
+
"blue-jay": 4,
|
| 39 |
+
"chipping-sparrow": 5,
|
| 40 |
+
"common-loon": 6,
|
| 41 |
+
"downy-woodpecker": 7,
|
| 42 |
+
"hairy-woodpecker": 8,
|
| 43 |
+
"merlin-falcon": 9,
|
| 44 |
+
"mourning-dove": 10,
|
| 45 |
+
"northern-cardinal": 11,
|
| 46 |
+
"osprey": 12,
|
| 47 |
+
"red-tailed-hawk": 13,
|
| 48 |
+
"ruby-throated-hummingbird": 14,
|
| 49 |
+
"ruffed-grouse": 15,
|
| 50 |
+
"white-breasted-nuthatch": 16
|
| 51 |
+
},
|
| 52 |
+
"layer_norm_eps": 1e-12,
|
| 53 |
+
"model_type": "vit",
|
| 54 |
+
"num_attention_heads": 12,
|
| 55 |
+
"num_channels": 3,
|
| 56 |
+
"num_hidden_layers": 12,
|
| 57 |
+
"patch_size": 16,
|
| 58 |
+
"pooler_act": "tanh",
|
| 59 |
+
"pooler_output_size": 768,
|
| 60 |
+
"problem_type": "single_label_classification",
|
| 61 |
+
"qkv_bias": true,
|
| 62 |
+
"transformers_version": "4.56.0"
|
| 63 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1750d53ab946fb1a67399d3b6dcd51c28766afc4151f7991954f33c84e2c4914
|
| 3 |
+
size 343270116
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": true,
|
| 5 |
+
"device": null,
|
| 6 |
+
"disable_grouping": null,
|
| 7 |
+
"do_center_crop": null,
|
| 8 |
+
"do_convert_rgb": null,
|
| 9 |
+
"do_normalize": true,
|
| 10 |
+
"do_rescale": true,
|
| 11 |
+
"do_resize": true,
|
| 12 |
+
"image_mean": [
|
| 13 |
+
0.5,
|
| 14 |
+
0.5,
|
| 15 |
+
0.5
|
| 16 |
+
],
|
| 17 |
+
"image_processor_type": "ViTImageProcessorFast",
|
| 18 |
+
"image_std": [
|
| 19 |
+
0.5,
|
| 20 |
+
0.5,
|
| 21 |
+
0.5
|
| 22 |
+
],
|
| 23 |
+
"input_data_format": null,
|
| 24 |
+
"resample": 2,
|
| 25 |
+
"rescale_factor": 0.00392156862745098,
|
| 26 |
+
"return_tensors": null,
|
| 27 |
+
"size": {
|
| 28 |
+
"height": 224,
|
| 29 |
+
"width": 224
|
| 30 |
+
}
|
| 31 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f90b2a9ad5e62791e539ab79582a5e4909f65105c4423bc60d4620dfe3293e4
|
| 3 |
+
size 5777
|