Model save
Browse files- README.md +1 -9
- checkpoints/README.md +65 -0
- checkpoints/checkpoint-1/config.json +51 -0
- checkpoints/checkpoint-1/model.safetensors +3 -0
- checkpoints/checkpoint-1/optimizer.pt +3 -0
- checkpoints/checkpoint-1/preprocessor_config.json +26 -0
- checkpoints/checkpoint-1/rng_state.pth +3 -0
- checkpoints/checkpoint-1/scheduler.pt +3 -0
- checkpoints/checkpoint-1/trainer_state.json +42 -0
- checkpoints/checkpoint-1/training_args.bin +3 -0
- checkpoints/checkpoint-2/config.json +51 -0
- checkpoints/checkpoint-2/model.safetensors +3 -0
- checkpoints/checkpoint-2/optimizer.pt +3 -0
- checkpoints/checkpoint-2/preprocessor_config.json +26 -0
- checkpoints/checkpoint-2/rng_state.pth +3 -0
- checkpoints/checkpoint-2/scheduler.pt +3 -0
- checkpoints/checkpoint-2/trainer_state.json +51 -0
- checkpoints/checkpoint-2/training_args.bin +3 -0
- checkpoints/config.json +51 -0
- checkpoints/model.safetensors +3 -0
- checkpoints/preprocessor_config.json +26 -0
- checkpoints/trainer_state.json +60 -0
- checkpoints/training_args.bin +3 -0
- model.safetensors +1 -1
- runs/Jan15_04-19-36_MININT-05KILTG/events.out.tfevents.1736911177.MININT-05KILTG.5092.0 +3 -0
- trainer_state.json +14 -14
- training_args.bin +1 -1
README.md
CHANGED
@@ -4,8 +4,6 @@ license: cc-by-nc-4.0
|
|
4 |
base_model: MCG-NJU/videomae-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
metrics:
|
8 |
-
- accuracy
|
9 |
model-index:
|
10 |
- name: videomae-base-finetuned-T3-subset
|
11 |
results: []
|
@@ -17,9 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
# videomae-base-finetuned-T3-subset
|
18 |
|
19 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
20 |
-
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 2.0573
|
22 |
-
- Accuracy: 0.0
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -42,8 +37,6 @@ The following hyperparameters were used during training:
|
|
42 |
- train_batch_size: 8
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 42
|
45 |
-
- gradient_accumulation_steps: 2
|
46 |
-
- total_train_batch_size: 16
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
@@ -53,8 +46,7 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
-
| No log | 1.0 |
|
57 |
-
| No log | 2.0 | 2 | 2.0573 | 0.0 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
4 |
base_model: MCG-NJU/videomae-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: videomae-base-finetuned-T3-subset
|
9 |
results: []
|
|
|
15 |
# videomae-base-finetuned-T3-subset
|
16 |
|
17 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
37 |
- train_batch_size: 8
|
38 |
- eval_batch_size: 8
|
39 |
- seed: 42
|
|
|
|
|
40 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
- lr_scheduler_type: linear
|
42 |
- lr_scheduler_warmup_ratio: 0.1
|
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
49 |
+
| No log | 1.0 | 2 | 2.2516 | 0.0 |
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
checkpoints/README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: cc-by-nc-4.0
|
4 |
+
base_model: MCG-NJU/videomae-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: checkpoints
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# checkpoints
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.1221
|
22 |
+
- Accuracy: 0.0
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 8
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- gradient_accumulation_steps: 4
|
46 |
+
- total_train_batch_size: 32
|
47 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
+
- lr_scheduler_type: linear
|
49 |
+
- lr_scheduler_warmup_ratio: 0.1
|
50 |
+
- training_steps: 2
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| No log | 1.0 | 1 | 2.1221 | 0.0 |
|
57 |
+
| No log | 2.0 | 2 | 2.1221 | 0.0 |
|
58 |
+
|
59 |
+
|
60 |
+
### Framework versions
|
61 |
+
|
62 |
+
- Transformers 4.48.0
|
63 |
+
- Pytorch 2.1.2+cu118
|
64 |
+
- Datasets 3.2.0
|
65 |
+
- Tokenizers 0.21.0
|
checkpoints/checkpoint-1/config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-base",
|
3 |
+
"architectures": [
|
4 |
+
"VideoMAEForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"decoder_hidden_size": 384,
|
8 |
+
"decoder_intermediate_size": 1536,
|
9 |
+
"decoder_num_attention_heads": 6,
|
10 |
+
"decoder_num_hidden_layers": 4,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "Fasten windlass",
|
16 |
+
"1": "Identify wound",
|
17 |
+
"2": "Position tourniquet",
|
18 |
+
"3": "Take tourniquet",
|
19 |
+
"4": "Take windlass",
|
20 |
+
"5": "Tighten strap",
|
21 |
+
"6": "Twist windlass",
|
22 |
+
"7": "Verify hemostasis"
|
23 |
+
},
|
24 |
+
"image_size": 224,
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 3072,
|
27 |
+
"label2id": {
|
28 |
+
"Fasten windlass": 0,
|
29 |
+
"Identify wound": 1,
|
30 |
+
"Position tourniquet": 2,
|
31 |
+
"Take tourniquet": 3,
|
32 |
+
"Take windlass": 4,
|
33 |
+
"Tighten strap": 5,
|
34 |
+
"Twist windlass": 6,
|
35 |
+
"Verify hemostasis": 7
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-12,
|
38 |
+
"model_type": "videomae",
|
39 |
+
"norm_pix_loss": true,
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_channels": 3,
|
42 |
+
"num_frames": 16,
|
43 |
+
"num_hidden_layers": 12,
|
44 |
+
"patch_size": 16,
|
45 |
+
"problem_type": "single_label_classification",
|
46 |
+
"qkv_bias": true,
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.48.0",
|
49 |
+
"tubelet_size": 2,
|
50 |
+
"use_mean_pooling": false
|
51 |
+
}
|
checkpoints/checkpoint-1/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5aa68c9516ee2dfbb6bd58294f24184c261236f7294dd860e2cab29b0d0353f
|
3 |
+
size 344955832
|
checkpoints/checkpoint-1/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32d0975d4591a2f71b8ccdc2da022ccf1ffd063a480179138c68fc35bdf64e4f
|
3 |
+
size 690022458
|
checkpoints/checkpoint-1/preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.229,
|
18 |
+
0.224,
|
19 |
+
0.225
|
20 |
+
],
|
21 |
+
"resample": 2,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"shortest_edge": 224
|
25 |
+
}
|
26 |
+
}
|
checkpoints/checkpoint-1/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ac5c921b80607bc6b542eec40c2324594db2b30c39cd6ead0c5c2d4ac8e298e
|
3 |
+
size 14244
|
checkpoints/checkpoint-1/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccba1bf67e8aaf8487a248eb4b14c07b2ea7e401afbce1dfa2f005cd57fb4b68
|
3 |
+
size 1064
|
checkpoints/checkpoint-1/trainer_state.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.0,
|
3 |
+
"best_model_checkpoint": "./videomae-base-finetuned-T3-subset/checkpoints\\checkpoint-1",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.0,
|
14 |
+
"eval_loss": 2.0771484375,
|
15 |
+
"eval_runtime": 9.991,
|
16 |
+
"eval_samples_per_second": 0.3,
|
17 |
+
"eval_steps_per_second": 0.1,
|
18 |
+
"step": 1
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"logging_steps": 10,
|
22 |
+
"max_steps": 2,
|
23 |
+
"num_input_tokens_seen": 0,
|
24 |
+
"num_train_epochs": 2,
|
25 |
+
"save_steps": 500,
|
26 |
+
"stateful_callbacks": {
|
27 |
+
"TrainerControl": {
|
28 |
+
"args": {
|
29 |
+
"should_epoch_stop": false,
|
30 |
+
"should_evaluate": false,
|
31 |
+
"should_log": false,
|
32 |
+
"should_save": true,
|
33 |
+
"should_training_stop": false
|
34 |
+
},
|
35 |
+
"attributes": {}
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"total_flos": 1.4953575179354112e+16,
|
39 |
+
"train_batch_size": 8,
|
40 |
+
"trial_name": null,
|
41 |
+
"trial_params": null
|
42 |
+
}
|
checkpoints/checkpoint-1/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60f7d91193f890b148baf05c2bb2458233093c5e6eab7cb0a5030801b39e1667
|
3 |
+
size 5368
|
checkpoints/checkpoint-2/config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-base",
|
3 |
+
"architectures": [
|
4 |
+
"VideoMAEForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"decoder_hidden_size": 384,
|
8 |
+
"decoder_intermediate_size": 1536,
|
9 |
+
"decoder_num_attention_heads": 6,
|
10 |
+
"decoder_num_hidden_layers": 4,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "Fasten windlass",
|
16 |
+
"1": "Identify wound",
|
17 |
+
"2": "Position tourniquet",
|
18 |
+
"3": "Take tourniquet",
|
19 |
+
"4": "Take windlass",
|
20 |
+
"5": "Tighten strap",
|
21 |
+
"6": "Twist windlass",
|
22 |
+
"7": "Verify hemostasis"
|
23 |
+
},
|
24 |
+
"image_size": 224,
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 3072,
|
27 |
+
"label2id": {
|
28 |
+
"Fasten windlass": 0,
|
29 |
+
"Identify wound": 1,
|
30 |
+
"Position tourniquet": 2,
|
31 |
+
"Take tourniquet": 3,
|
32 |
+
"Take windlass": 4,
|
33 |
+
"Tighten strap": 5,
|
34 |
+
"Twist windlass": 6,
|
35 |
+
"Verify hemostasis": 7
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-12,
|
38 |
+
"model_type": "videomae",
|
39 |
+
"norm_pix_loss": true,
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_channels": 3,
|
42 |
+
"num_frames": 16,
|
43 |
+
"num_hidden_layers": 12,
|
44 |
+
"patch_size": 16,
|
45 |
+
"problem_type": "single_label_classification",
|
46 |
+
"qkv_bias": true,
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.48.0",
|
49 |
+
"tubelet_size": 2,
|
50 |
+
"use_mean_pooling": false
|
51 |
+
}
|
checkpoints/checkpoint-2/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5aa68c9516ee2dfbb6bd58294f24184c261236f7294dd860e2cab29b0d0353f
|
3 |
+
size 344955832
|
checkpoints/checkpoint-2/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32d0975d4591a2f71b8ccdc2da022ccf1ffd063a480179138c68fc35bdf64e4f
|
3 |
+
size 690022458
|
checkpoints/checkpoint-2/preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.229,
|
18 |
+
0.224,
|
19 |
+
0.225
|
20 |
+
],
|
21 |
+
"resample": 2,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"shortest_edge": 224
|
25 |
+
}
|
26 |
+
}
|
checkpoints/checkpoint-2/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5544616f30ebd3d2302ffada375b6923cf93fab8ed37fd6d397c5fa01d34c2d5
|
3 |
+
size 14244
|
checkpoints/checkpoint-2/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccba1bf67e8aaf8487a248eb4b14c07b2ea7e401afbce1dfa2f005cd57fb4b68
|
3 |
+
size 1064
|
checkpoints/checkpoint-2/trainer_state.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.0,
|
3 |
+
"best_model_checkpoint": "./videomae-base-finetuned-T3-subset/checkpoints\\checkpoint-1",
|
4 |
+
"epoch": 2.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 2,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.0,
|
14 |
+
"eval_loss": 2.0771484375,
|
15 |
+
"eval_runtime": 9.991,
|
16 |
+
"eval_samples_per_second": 0.3,
|
17 |
+
"eval_steps_per_second": 0.1,
|
18 |
+
"step": 1
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"epoch": 2.0,
|
22 |
+
"eval_accuracy": 0.0,
|
23 |
+
"eval_loss": 2.0771484375,
|
24 |
+
"eval_runtime": 10.1305,
|
25 |
+
"eval_samples_per_second": 0.296,
|
26 |
+
"eval_steps_per_second": 0.099,
|
27 |
+
"step": 2
|
28 |
+
}
|
29 |
+
],
|
30 |
+
"logging_steps": 10,
|
31 |
+
"max_steps": 2,
|
32 |
+
"num_input_tokens_seen": 0,
|
33 |
+
"num_train_epochs": 2,
|
34 |
+
"save_steps": 500,
|
35 |
+
"stateful_callbacks": {
|
36 |
+
"TrainerControl": {
|
37 |
+
"args": {
|
38 |
+
"should_epoch_stop": false,
|
39 |
+
"should_evaluate": false,
|
40 |
+
"should_log": false,
|
41 |
+
"should_save": true,
|
42 |
+
"should_training_stop": true
|
43 |
+
},
|
44 |
+
"attributes": {}
|
45 |
+
}
|
46 |
+
},
|
47 |
+
"total_flos": 2.9907150358708224e+16,
|
48 |
+
"train_batch_size": 8,
|
49 |
+
"trial_name": null,
|
50 |
+
"trial_params": null
|
51 |
+
}
|
checkpoints/checkpoint-2/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60f7d91193f890b148baf05c2bb2458233093c5e6eab7cb0a5030801b39e1667
|
3 |
+
size 5368
|
checkpoints/config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-base",
|
3 |
+
"architectures": [
|
4 |
+
"VideoMAEForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"decoder_hidden_size": 384,
|
8 |
+
"decoder_intermediate_size": 1536,
|
9 |
+
"decoder_num_attention_heads": 6,
|
10 |
+
"decoder_num_hidden_layers": 4,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "Fasten windlass",
|
16 |
+
"1": "Identify wound",
|
17 |
+
"2": "Position tourniquet",
|
18 |
+
"3": "Take tourniquet",
|
19 |
+
"4": "Take windlass",
|
20 |
+
"5": "Tighten strap",
|
21 |
+
"6": "Twist windlass",
|
22 |
+
"7": "Verify hemostasis"
|
23 |
+
},
|
24 |
+
"image_size": 224,
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 3072,
|
27 |
+
"label2id": {
|
28 |
+
"Fasten windlass": 0,
|
29 |
+
"Identify wound": 1,
|
30 |
+
"Position tourniquet": 2,
|
31 |
+
"Take tourniquet": 3,
|
32 |
+
"Take windlass": 4,
|
33 |
+
"Tighten strap": 5,
|
34 |
+
"Twist windlass": 6,
|
35 |
+
"Verify hemostasis": 7
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-12,
|
38 |
+
"model_type": "videomae",
|
39 |
+
"norm_pix_loss": true,
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_channels": 3,
|
42 |
+
"num_frames": 16,
|
43 |
+
"num_hidden_layers": 12,
|
44 |
+
"patch_size": 16,
|
45 |
+
"problem_type": "single_label_classification",
|
46 |
+
"qkv_bias": true,
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.48.0",
|
49 |
+
"tubelet_size": 2,
|
50 |
+
"use_mean_pooling": false
|
51 |
+
}
|
checkpoints/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5aa68c9516ee2dfbb6bd58294f24184c261236f7294dd860e2cab29b0d0353f
|
3 |
+
size 344955832
|
checkpoints/preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.229,
|
18 |
+
0.224,
|
19 |
+
0.225
|
20 |
+
],
|
21 |
+
"resample": 2,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"shortest_edge": 224
|
25 |
+
}
|
26 |
+
}
|
checkpoints/trainer_state.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.0,
|
3 |
+
"best_model_checkpoint": "./videomae-base-finetuned-T3-subset/checkpoints\\checkpoint-1",
|
4 |
+
"epoch": 2.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 2,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.0,
|
14 |
+
"eval_loss": 2.0771484375,
|
15 |
+
"eval_runtime": 9.991,
|
16 |
+
"eval_samples_per_second": 0.3,
|
17 |
+
"eval_steps_per_second": 0.1,
|
18 |
+
"step": 1
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"epoch": 2.0,
|
22 |
+
"eval_accuracy": 0.0,
|
23 |
+
"eval_loss": 2.0771484375,
|
24 |
+
"eval_runtime": 10.1305,
|
25 |
+
"eval_samples_per_second": 0.296,
|
26 |
+
"eval_steps_per_second": 0.099,
|
27 |
+
"step": 2
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 2.0,
|
31 |
+
"step": 2,
|
32 |
+
"total_flos": 2.9907150358708224e+16,
|
33 |
+
"train_loss": 1.072479248046875,
|
34 |
+
"train_runtime": 144.4028,
|
35 |
+
"train_samples_per_second": 0.443,
|
36 |
+
"train_steps_per_second": 0.014
|
37 |
+
}
|
38 |
+
],
|
39 |
+
"logging_steps": 10,
|
40 |
+
"max_steps": 2,
|
41 |
+
"num_input_tokens_seen": 0,
|
42 |
+
"num_train_epochs": 2,
|
43 |
+
"save_steps": 500,
|
44 |
+
"stateful_callbacks": {
|
45 |
+
"TrainerControl": {
|
46 |
+
"args": {
|
47 |
+
"should_epoch_stop": false,
|
48 |
+
"should_evaluate": false,
|
49 |
+
"should_log": false,
|
50 |
+
"should_save": true,
|
51 |
+
"should_training_stop": true
|
52 |
+
},
|
53 |
+
"attributes": {}
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"total_flos": 2.9907150358708224e+16,
|
57 |
+
"train_batch_size": 8,
|
58 |
+
"trial_name": null,
|
59 |
+
"trial_params": null
|
60 |
+
}
|
checkpoints/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60f7d91193f890b148baf05c2bb2458233093c5e6eab7cb0a5030801b39e1667
|
3 |
+
size 5368
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 344955832
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7134cb35be2820eb758d526c7422cb31311f6ebf3499d1120369e441b18a377c
|
3 |
size 344955832
|
runs/Jan15_04-19-36_MININT-05KILTG/events.out.tfevents.1736911177.MININT-05KILTG.5092.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f94f1aee8734787bad52bbaeaf800931be189b8d6e9db63a2c86cb15645bc6e
|
3 |
+
size 6356
|
trainer_state.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"best_metric": 0.
|
3 |
"best_model_checkpoint": "videomae-base-finetuned-T3-subset\\checkpoint-1",
|
4 |
"epoch": 2.0,
|
5 |
"eval_steps": 500,
|
@@ -10,29 +10,29 @@
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 1.0,
|
13 |
-
"eval_accuracy": 0.
|
14 |
-
"eval_loss":
|
15 |
-
"eval_runtime":
|
16 |
-
"eval_samples_per_second": 0.
|
17 |
-
"eval_steps_per_second": 0.
|
18 |
"step": 1
|
19 |
},
|
20 |
{
|
21 |
"epoch": 2.0,
|
22 |
-
"eval_accuracy": 0.
|
23 |
-
"eval_loss": 2.
|
24 |
-
"eval_runtime":
|
25 |
-
"eval_samples_per_second": 0.
|
26 |
-
"eval_steps_per_second": 0.
|
27 |
"step": 2
|
28 |
},
|
29 |
{
|
30 |
"epoch": 2.0,
|
31 |
"step": 2,
|
32 |
"total_flos": 2.9907150358708224e+16,
|
33 |
-
"train_loss":
|
34 |
-
"train_runtime":
|
35 |
-
"train_samples_per_second": 0.
|
36 |
"train_steps_per_second": 0.013
|
37 |
}
|
38 |
],
|
|
|
1 |
{
|
2 |
+
"best_metric": 0.3333333333333333,
|
3 |
"best_model_checkpoint": "videomae-base-finetuned-T3-subset\\checkpoint-1",
|
4 |
"epoch": 2.0,
|
5 |
"eval_steps": 500,
|
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.3333333333333333,
|
14 |
+
"eval_loss": 1.8824869394302368,
|
15 |
+
"eval_runtime": 23.5572,
|
16 |
+
"eval_samples_per_second": 0.127,
|
17 |
+
"eval_steps_per_second": 0.042,
|
18 |
"step": 1
|
19 |
},
|
20 |
{
|
21 |
"epoch": 2.0,
|
22 |
+
"eval_accuracy": 0.3333333333333333,
|
23 |
+
"eval_loss": 2.037109375,
|
24 |
+
"eval_runtime": 26.8131,
|
25 |
+
"eval_samples_per_second": 0.112,
|
26 |
+
"eval_steps_per_second": 0.037,
|
27 |
"step": 2
|
28 |
},
|
29 |
{
|
30 |
"epoch": 2.0,
|
31 |
"step": 2,
|
32 |
"total_flos": 2.9907150358708224e+16,
|
33 |
+
"train_loss": 1.056182861328125,
|
34 |
+
"train_runtime": 157.6397,
|
35 |
+
"train_samples_per_second": 0.406,
|
36 |
"train_steps_per_second": 0.013
|
37 |
}
|
38 |
],
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14a1dd1ccea6f90396f08776c4ea5bf6964f0219d32a2d57f2ee93b779fd1baa
|
3 |
size 5368
|