AMfeta99 commited on
Commit
8f68af1
1 Parent(s): 14fc86d

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -8,9 +8,17 @@
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,
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
+ "id2label": {
12
+ "0": 0,
13
+ "1": 1
14
+ },
15
  "image_size": 224,
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
+ "label2id": {
19
+ "0": 0,
20
+ "1": 1
21
+ },
22
  "layer_norm_eps": 1e-12,
23
  "model_type": "vit",
24
  "num_attention_heads": 12,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4803cd4d2be9969063b22148c33f9587524c0f7d98ba1d3b0e3edad4d7ccf2d
3
  size 343223968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:281617d9e2fc4998d1cca61949aa7419ad6a222d7437abfc0978a8ab5cf28682
3
  size 343223968
runs/Jun09_18-37-06_3461f2516c4a/events.out.tfevents.1717958231.3461f2516c4a.3087.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b7077ae9a5a4ab6362dbf0b2a6df7a0a0c79d8c737aedb9249f543379935bd
3
+ size 5140
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb3d95354d8e7ef29ab642f02a4b2587834f9b7599c0adf0f62660e314e5d617
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42d8df0a31b66848906badd53c260020a823e8b47acfd71c166ae8ba0cd63f79
3
  size 5112