Training in progress, epoch 0
Browse files- config.json +40 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/May30_14-39-32_trail-02/events.out.tfevents.1717094373.trail-02.1705756.0 +3 -0
- runs/May30_14-41-32_trail-02/events.out.tfevents.1717094493.trail-02.1711382.0 +3 -0
- runs/May30_14-46-51_trail-02/events.out.tfevents.1717094812.trail-02.1729663.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"VideoMAEForVideoClassification"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.0,
|
| 6 |
+
"decoder_hidden_size": 384,
|
| 7 |
+
"decoder_intermediate_size": 1536,
|
| 8 |
+
"decoder_num_attention_heads": 6,
|
| 9 |
+
"decoder_num_hidden_layers": 4,
|
| 10 |
+
"fc_norm": true,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.0,
|
| 13 |
+
"hidden_size": 768,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "fake",
|
| 16 |
+
"1": "real"
|
| 17 |
+
},
|
| 18 |
+
"ignore_mismatched_sizes": true,
|
| 19 |
+
"image_size": 224,
|
| 20 |
+
"initializer_range": 0.02,
|
| 21 |
+
"intermediate_size": 3072,
|
| 22 |
+
"label2id": {
|
| 23 |
+
"fake": 0,
|
| 24 |
+
"real": 1
|
| 25 |
+
},
|
| 26 |
+
"layer_norm_eps": 1e-12,
|
| 27 |
+
"model_type": "videomae",
|
| 28 |
+
"norm_pix_loss": true,
|
| 29 |
+
"num_attention_heads": 12,
|
| 30 |
+
"num_channels": 3,
|
| 31 |
+
"num_frames": 384,
|
| 32 |
+
"num_hidden_layers": 12,
|
| 33 |
+
"patch_size": 16,
|
| 34 |
+
"problem_type": "single_label_classification",
|
| 35 |
+
"qkv_bias": true,
|
| 36 |
+
"torch_dtype": "float32",
|
| 37 |
+
"transformers_version": "4.37.2",
|
| 38 |
+
"tubelet_size": 48,
|
| 39 |
+
"use_mean_pooling": true
|
| 40 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39756b95fd122015290fd6209fa7c2de818af85fd724d6498e627ff2db216dd0
|
| 3 |
+
size 798263672
|
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 |
+
}
|
runs/May30_14-39-32_trail-02/events.out.tfevents.1717094373.trail-02.1705756.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:013aa12cf5e94b4b93d1c2084fe3d00b2fe0b6fb9dd7a2712dc733d13e8717ef
|
| 3 |
+
size 4572
|
runs/May30_14-41-32_trail-02/events.out.tfevents.1717094493.trail-02.1711382.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:066651f6b68e78a7f4fb5a127175b36d3ee3cc722e8689afeb89062365ced60c
|
| 3 |
+
size 5342
|
runs/May30_14-46-51_trail-02/events.out.tfevents.1717094812.trail-02.1729663.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b7a3a0ca78029fcc44e7cd65e551fccb7a3a5379022d6dac9a6d7960ea65c39
|
| 3 |
+
size 201155
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae5fee1c23f881e1abb4d37aa6f5d9e93749250f1b4d82969e678c9e878b76b0
|
| 3 |
+
size 4792
|