edumunozsala commited on
Commit
5fbde95
1 Parent(s): 367ae50

commit files to HF hub

Browse files
Files changed (4) hide show
  1. config.json +46 -0
  2. eval_results.txt +6 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
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": "airplane",
12
+ "1": "automobile",
13
+ "2": "bird",
14
+ "3": "cat",
15
+ "4": "deer",
16
+ "5": "dog",
17
+ "6": "frog",
18
+ "7": "horse",
19
+ "8": "ship",
20
+ "9": "truck"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "airplane": 0,
27
+ "automobile": 1,
28
+ "bird": 2,
29
+ "cat": 3,
30
+ "deer": 4,
31
+ "dog": 5,
32
+ "frog": 6,
33
+ "horse": 7,
34
+ "ship": 8,
35
+ "truck": 9
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "model_type": "vit",
39
+ "num_attention_heads": 12,
40
+ "num_channels": 3,
41
+ "num_hidden_layers": 12,
42
+ "patch_size": 16,
43
+ "qkv_bias": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.12.3"
46
+ }
eval_results.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ epoch = 5.0
2
+ eval_accuracy = 0.9873
3
+ eval_loss = 0.07917265594005585
4
+ eval_runtime = 200.2612
5
+ eval_samples_per_second = 49.935
6
+ eval_steps_per_second = 0.784
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93d14ddb0e5e21d9a9ce784443ea72fb9115bd9c909e35134c827c664770a7fa
3
+ size 343304433
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4788e63123cf3f2c9bc7fe743a11b9794b4a38d64ceca939a4c7c9a9cb064853
3
+ size 2799