DeepTrader commited on
Commit
bff00c9
1 Parent(s): 18ab37d

Model save

Browse files
Files changed (4) hide show
  1. README.md +12 -12
  2. config.json +4 -4
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0083
22
- - Accuracy: 1.0
23
 
24
  ## Model description
25
 
@@ -50,16 +50,16 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 1 | 0.0902 | 1.0 |
54
- | No log | 2.0 | 2 | 0.0155 | 1.0 |
55
- | No log | 3.0 | 3 | 0.0094 | 1.0 |
56
- | No log | 4.0 | 4 | 0.0080 | 1.0 |
57
- | No log | 5.0 | 5 | 0.0078 | 1.0 |
58
- | No log | 6.0 | 6 | 0.0080 | 1.0 |
59
- | No log | 7.0 | 7 | 0.0082 | 1.0 |
60
- | No log | 8.0 | 8 | 0.0083 | 1.0 |
61
- | No log | 9.0 | 9 | 0.0083 | 1.0 |
62
- | No log | 10.0 | 10 | 0.0083 | 1.0 |
63
 
64
 
65
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.2750
22
+ - Accuracy: 0.5
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 1 | 0.1575 | 1.0 |
54
+ | No log | 2.0 | 2 | 0.1166 | 1.0 |
55
+ | No log | 3.0 | 3 | 0.2496 | 1.0 |
56
+ | No log | 4.0 | 4 | 0.4093 | 0.5 |
57
+ | No log | 5.0 | 5 | 0.6732 | 0.5 |
58
+ | No log | 6.0 | 6 | 0.9200 | 0.5 |
59
+ | No log | 7.0 | 7 | 1.0925 | 0.5 |
60
+ | No log | 8.0 | 8 | 1.1963 | 0.5 |
61
+ | No log | 9.0 | 9 | 1.2521 | 0.5 |
62
+ | No log | 10.0 | 10 | 1.2750 | 0.5 |
63
 
64
 
65
  ### Framework versions
config.json CHANGED
@@ -9,15 +9,15 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "cats",
13
- "1": "dogs"
14
  },
15
  "image_size": 224,
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
- "cats": "0",
20
- "dogs": "1"
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "model_type": "vit",
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "ironed_tshirts",
13
+ "1": "not_ironed_tshirts"
14
  },
15
  "image_size": 224,
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
+ "ironed_tshirts": "0",
20
+ "not_ironed_tshirts": "1"
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "model_type": "vit",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10e8c9929819974ac918ad9a20d1f76b1aed3c7a2972023e70cc1e2263cd0ece
3
  size 343223968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09ad2c426d21893a2db10ca60448cd7ce1a5b4ea263ff92f3e4bfdfd7b09103b
3
  size 343223968
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a6a4a662e50561aaa2781136164d315e2117d83e4206937a4fa45b2cce1ad30
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:071949e542030a35e69afcefe2c7cd476752ca71fece3ae17daaed1d718b663f
3
  size 5240