NhatPham commited on
Commit
28ad745
1 Parent(s): 531025b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "0",
12
+ "1": "1",
13
+ "2": "2"
14
+ },
15
+ "image_size": 224,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "0": "0",
20
+ "1": "1",
21
+ "2": "2"
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "model_type": "vit",
25
+ "num_attention_heads": 12,
26
+ "num_channels": 3,
27
+ "num_hidden_layers": 12,
28
+ "patch_size": 16,
29
+ "qkv_bias": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.11.3"
32
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219582ea825de141ea58bb976810cf1493c2d8421213438df5806159f6be9489
3
+ size 343282929
runs/Nov16_09-58-22_1b1bf740cc8f/1637056714.5732534/events.out.tfevents.1637056714.1b1bf740cc8f.3868.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3d8c883979c1563a2b302ada14bd4d68c4e522cefe899afd7ced459ca187dbc
3
+ size 4526
runs/Nov16_09-58-22_1b1bf740cc8f/events.out.tfevents.1637056714.1b1bf740cc8f.3868.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c239f0f003d3ba28d6562652a302b3a31ef0939cb4f395f4f37d1e0c67ec814e
3
+ size 5796
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0a2e6169d9e8fb1d90c752f15a62e477a32cc51e60a2d414e05d376e09a7792
3
+ size 2863