chandra1976 commited on
Commit
aa72a2a
·
verified ·
1 Parent(s): 3212636

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +26 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "image_size": 224,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "model_type": "vit",
16
+ "num_attention_heads": 12,
17
+ "num_channels": 3,
18
+ "num_hidden_layers": 12,
19
+ "patch_size": 16,
20
+ "pooler_act": "tanh",
21
+ "pooler_output_size": 768,
22
+ "problem_type": "single_label_classification",
23
+ "qkv_bias": true,
24
+ "transformers_version": "5.6.2",
25
+ "use_cache": false
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ba3ccba36269b2c45eeb140e1acdf699033edd69ff0abbae1ec34bf9d269374
3
+ size 343223968
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:656f4d5dbac2a636df13aa119daa27d8fae003a037ded988489cc313406ef51b
3
+ size 5329