tejp commited on
Commit
8d6b7eb
·
1 Parent(s): 54c6885

tejp/human-actions

Browse files
Files changed (5) hide show
  1. README.md +2 -1
  2. all_results.json +14 -0
  3. eval_results.json +9 -0
  4. train_results.json +8 -0
  5. trainer_state.json +44 -0
README.md CHANGED
@@ -2,6 +2,7 @@
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224
4
  tags:
 
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
@@ -16,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # human-actions
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: 7.1747
22
  - Accuracy: 0.0676
 
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224
4
  tags:
5
+ - image-classification
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
 
17
 
18
  # human-actions
19
 
20
+ This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the Human_Action_Recognition dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 7.1747
23
  - Accuracy: 0.0676
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.06759259259259259,
4
+ "eval_f1": 0.008441746169413124,
5
+ "eval_loss": 7.174674987792969,
6
+ "eval_runtime": 97.7172,
7
+ "eval_samples_per_second": 55.262,
8
+ "eval_steps_per_second": 6.908,
9
+ "total_flos": 2.9295385025163264e+18,
10
+ "train_loss": 0.3337646079345806,
11
+ "train_runtime": 1709.0879,
12
+ "train_samples_per_second": 22.117,
13
+ "train_steps_per_second": 0.692
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.06759259259259259,
4
+ "eval_f1": 0.008441746169413124,
5
+ "eval_loss": 7.174674987792969,
6
+ "eval_runtime": 97.7172,
7
+ "eval_samples_per_second": 55.262,
8
+ "eval_steps_per_second": 6.908
9
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 2.9295385025163264e+18,
4
+ "train_loss": 0.3337646079345806,
5
+ "train_runtime": 1709.0879,
6
+ "train_samples_per_second": 22.117,
7
+ "train_steps_per_second": 0.692
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 7.174674987792969,
3
+ "best_model_checkpoint": "./human-actions/checkpoint-1000",
4
+ "epoch": 3.0,
5
+ "eval_steps": 1000,
6
+ "global_step": 1182,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 2.54,
13
+ "learning_rate": 7.698815566835872e-06,
14
+ "loss": 0.3842,
15
+ "step": 1000
16
+ },
17
+ {
18
+ "epoch": 2.54,
19
+ "eval_accuracy": 0.06759259259259259,
20
+ "eval_f1": 0.008441746169413124,
21
+ "eval_loss": 7.174674987792969,
22
+ "eval_runtime": 97.8976,
23
+ "eval_samples_per_second": 55.16,
24
+ "eval_steps_per_second": 6.895,
25
+ "step": 1000
26
+ },
27
+ {
28
+ "epoch": 3.0,
29
+ "step": 1182,
30
+ "total_flos": 2.9295385025163264e+18,
31
+ "train_loss": 0.3337646079345806,
32
+ "train_runtime": 1709.0879,
33
+ "train_samples_per_second": 22.117,
34
+ "train_steps_per_second": 0.692
35
+ }
36
+ ],
37
+ "logging_steps": 1000,
38
+ "max_steps": 1182,
39
+ "num_train_epochs": 3,
40
+ "save_steps": 1000,
41
+ "total_flos": 2.9295385025163264e+18,
42
+ "trial_name": null,
43
+ "trial_params": null
44
+ }