the-glendalorian commited on
Commit
f76752f
·
verified ·
1 Parent(s): f85f8ea

Upload 4 files

Browse files
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "encoder_stride": 16,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 1024,
10
+ "id2label": {
11
+ "0": "Aurek-A",
12
+ "1": "Besh-B",
13
+ "2": "Cresh-C",
14
+ "3": "Dorn-D",
15
+ "4": "Esk-E",
16
+ "5": "Forn-F",
17
+ "6": "Grek-G",
18
+ "7": "Herf-H",
19
+ "8": "Isk-I",
20
+ "9": "Jenth-J",
21
+ "10": "Krill-K",
22
+ "11": "Leth-L",
23
+ "12": "Mern-M",
24
+ "13": "Nern-N",
25
+ "14": "Osk-O",
26
+ "15": "Peth-P",
27
+ "16": "Qek-Q",
28
+ "17": "Resh-R",
29
+ "18": "Senth-S",
30
+ "19": "Trill-T",
31
+ "20": "Usk-U",
32
+ "21": "Vev-V",
33
+ "22": "Wesk-W",
34
+ "23": "Xesh-X",
35
+ "24": "Yirt-Y",
36
+ "25": "Zerek-Z"
37
+ },
38
+ "image_size": 224,
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 4096,
41
+ "label2id": {
42
+ "Aurek-A": 0,
43
+ "Besh-B": 1,
44
+ "Cresh-C": 2,
45
+ "Dorn-D": 3,
46
+ "Esk-E": 4,
47
+ "Forn-F": 5,
48
+ "Grek-G": 6,
49
+ "Herf-H": 7,
50
+ "Isk-I": 8,
51
+ "Jenth-J": 9,
52
+ "Krill-K": 10,
53
+ "Leth-L": 11,
54
+ "Mern-M": 12,
55
+ "Nern-N": 13,
56
+ "Osk-O": 14,
57
+ "Peth-P": 15,
58
+ "Qek-Q": 16,
59
+ "Resh-R": 17,
60
+ "Senth-S": 18,
61
+ "Trill-T": 19,
62
+ "Usk-U": 20,
63
+ "Vev-V": 21,
64
+ "Wesk-W": 22,
65
+ "Xesh-X": 23,
66
+ "Yirt-Y": 24,
67
+ "Zerek-Z": 25
68
+ },
69
+ "layer_norm_eps": 1e-12,
70
+ "model_type": "vit",
71
+ "num_attention_heads": 16,
72
+ "num_channels": 3,
73
+ "num_hidden_layers": 24,
74
+ "patch_size": 16,
75
+ "pooler_act": "tanh",
76
+ "pooler_output_size": 1024,
77
+ "problem_type": "single_label_classification",
78
+ "qkv_bias": true,
79
+ "torch_dtype": "float32",
80
+ "transformers_version": "4.51.3"
81
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b74ba84f1b9db9bc7300385055f653efb812798a2d8301cc5199b67d22a7748
3
+ size 1213359680
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e99d6ad05f3c1b0b2e120c26c28554c7a06a11622a383f9bf33d26c1ead6c54
3
+ size 5304