ivensamdh commited on
Commit
fdc01c7
1 Parent(s): f402451

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +30 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/deit-tiny-patch16-224",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 192,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "image_size": 224,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 768,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "model_type": "vit",
22
+ "num_attention_heads": 3,
23
+ "num_channels": 3,
24
+ "num_hidden_layers": 12,
25
+ "patch_size": 16,
26
+ "problem_type": "multi_label_classification",
27
+ "qkv_bias": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.26.0"
30
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b638aab7b1f527ca092bdf6a83c8081c4122da261e6265d342faca0d38143c8
3
+ size 22165869
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5df91dd62465e2ffe9638a28eece9c99365c2fd5ffc9befc6dc798192f211c1
3
+ size 3515