wbxlala commited on
Commit
c9c49ba
1 Parent(s): e130c00

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -8,9 +8,23 @@
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 384,
 
 
 
 
 
 
 
11
  "image_size": 224,
12
  "initializer_range": 0.02,
13
  "intermediate_size": 1536,
 
 
 
 
 
 
 
14
  "layer_norm_eps": 1e-12,
15
  "model_type": "vit",
16
  "num_attention_heads": 6,
@@ -20,5 +34,5 @@
20
  "problem_type": "single_label_classification",
21
  "qkv_bias": true,
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.34.1"
24
  }
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 384,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4"
17
+ },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 1536,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3,
26
+ "LABEL_4": 4
27
+ },
28
  "layer_norm_eps": 1e-12,
29
  "model_type": "vit",
30
  "num_attention_heads": 6,
 
34
  "problem_type": "single_label_classification",
35
  "qkv_bias": true,
36
  "torch_dtype": "float32",
37
+ "transformers_version": "4.35.2"
38
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f320d366532e88ca1becb9806df2eed500692331e6ea8eca6597dcb1808c66cb
3
+ size 86693244
runs/Nov19_08-26-29_1618b6d61a59/events.out.tfevents.1700382398.1618b6d61a59.175.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ab9c8703b35985730b23306c8054bdf4ca243ada7348a9f5ca5ec2804a8949
3
+ size 4673
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c3249894a64f7d6683926cb25184f454842e88f852c7b67129cd28ef8113143
3
- size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7dabbf5cca950cec9426bc32016e8d4b952db7fea38bc8ff95553ef9b91c802
3
+ size 4600