bnmbanhmi commited on
Commit
4972535
·
verified ·
1 Parent(s): 3b71a43

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +41 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 768,
10
+ "id2label": {
11
+ "0": "ACK",
12
+ "1": "BCC",
13
+ "2": "MEL",
14
+ "3": "NEV",
15
+ "4": "SCC",
16
+ "5": "SEK"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "ACK": 0,
23
+ "BCC": 1,
24
+ "MEL": 2,
25
+ "NEV": 3,
26
+ "SCC": 4,
27
+ "SEK": 5
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "model_type": "vit",
31
+ "num_attention_heads": 12,
32
+ "num_channels": 3,
33
+ "num_hidden_layers": 12,
34
+ "patch_size": 16,
35
+ "pooler_act": "tanh",
36
+ "pooler_output_size": 768,
37
+ "problem_type": "single_label_classification",
38
+ "qkv_bias": true,
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.52.4"
41
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00237932dd446dc57548a531f0459897ec7b5c93f6a4ca9e7d09512fe301c23f
3
+ size 343236280
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc36acde71bbff923e5163d29291171e580f8dce69c6de63abc4aa779d5dd03b
3
+ size 5368