DKatheesrupan commited on
Commit
fbd3b78
·
verified ·
1 Parent(s): 5f95439

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +104 -104
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,104 +1,104 @@
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": "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": 3072,
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": 12,
95
- "num_channels": 3,
96
- "num_hidden_layers": 12,
97
- "patch_size": 16,
98
- "pooler_act": "tanh",
99
- "pooler_output_size": 768,
100
- "problem_type": "single_label_classification",
101
- "qkv_bias": true,
102
- "transformers_version": "5.0.0",
103
- "use_cache": false
104
- }
 
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": "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": 3072,
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": 12,
95
+ "num_channels": 3,
96
+ "num_hidden_layers": 12,
97
+ "patch_size": 16,
98
+ "pooler_act": "tanh",
99
+ "pooler_output_size": 768,
100
+ "problem_type": "single_label_classification",
101
+ "qkv_bias": true,
102
+ "transformers_version": "5.5.0",
103
+ "use_cache": false
104
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a81449de01e3927923542daa02c5274c4cf3328eb664a1e78f9e41e05057e63
3
  size 343331644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47e6482666b03130a065b6d9dab2c6649dc58ff9c3df625af2f92331417846da
3
  size 343331644
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:34e7fdfab85f46860c3499234517dcfa5ea82811faffe7af54454f9794b078e4
3
  size 5201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d711f1f8bc6026f87db74cbd5c9b63b141806558e64ee93346fade74ed4474b1
3
  size 5201