Labony commited on
Commit
14b8a69
·
verified ·
1 Parent(s): c8644cc

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +38 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Abyssinian",
13
+ "1": "American Shorthair",
14
+ "2": "Persian",
15
+ "3": "Sphynx (Hairless)"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "Abyssinian": 0,
22
+ "American Shorthair": 1,
23
+ "Persian": 2,
24
+ "Sphynx (Hairless)": 3
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "model_type": "vit",
28
+ "num_attention_heads": 12,
29
+ "num_channels": 3,
30
+ "num_hidden_layers": 12,
31
+ "patch_size": 16,
32
+ "pooler_act": "tanh",
33
+ "pooler_output_size": 768,
34
+ "problem_type": "single_label_classification",
35
+ "qkv_bias": true,
36
+ "transformers_version": "5.0.0",
37
+ "use_cache": false
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:259d6db0a8901c3a637e3ff777222b4bd01d9301501e278a84d760d29c4281bc
3
+ size 343230128
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b0902b0bbac7bb40f697e1cc23db13d71791961b7582d146be299f13e6b77ed
3
+ size 5201