Vedant101 commited on
Commit
9f9f151
·
verified ·
1 Parent(s): 1c5f45e

Model save

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. all_results.json +8 -0
  3. eval_results.json +8 -0
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.5450
21
- - Accuracy: 0.4213
22
 
23
  ## Model description
24
 
 
17
 
18
  This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.3584
21
+ - Accuracy: 0.4944
22
 
23
  ## Model description
24
 
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.9737609329446064,
3
+ "eval_accuracy": 0.49435131195335275,
4
+ "eval_loss": 1.358438491821289,
5
+ "eval_runtime": 94.8595,
6
+ "eval_samples_per_second": 115.708,
7
+ "eval_steps_per_second": 1.813
8
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.9737609329446064,
3
+ "eval_accuracy": 0.49435131195335275,
4
+ "eval_loss": 1.358438491821289,
5
+ "eval_runtime": 94.8595,
6
+ "eval_samples_per_second": 115.708,
7
+ "eval_steps_per_second": 1.813
8
+ }