mayarmostafa commited on
Commit
c35b133
1 Parent(s): 649f382

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -12,22 +12,22 @@
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "bleeding",
16
- "1": "no_bleeding"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "bleeding": 0,
23
- "no_bleeding": 1
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "model_type": "videomae",
27
  "norm_pix_loss": true,
28
  "num_attention_heads": 12,
29
  "num_channels": 3,
30
- "num_frames": 16,
31
  "num_hidden_layers": 12,
32
  "patch_size": 16,
33
  "problem_type": "single_label_classification",
 
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "no_bleed",
16
+ "1": "bleed"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
+ "bleed": 1,
23
+ "no_bleed": 0
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "model_type": "videomae",
27
  "norm_pix_loss": true,
28
  "num_attention_heads": 12,
29
  "num_channels": 3,
30
+ "num_frames": 25,
31
  "num_hidden_layers": 12,
32
  "patch_size": 16,
33
  "problem_type": "single_label_classification",
events.out.tfevents.1719934373.zolxq00024 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d3c2d846f69a7578967bda02af40bec2860eefde4bc263fccfd2bcc571a4286
3
+ size 10908
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fa88666f37998f44c7511c9135c988af4b8dc655770e744e05d8cbae0b0d3e5
3
  size 344937368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b89b0b12aa5b349dbcd016732058924d0daf19b8a5f2fd0b07686c644680f99
3
  size 344937368
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:298d46b9dc9fe7fc280da6104fa8e89fa3b815b726756c9424d1e29e1fa7cc6d
3
- size 4655
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7a824f53ee95ae5b66c18cceae47a432708e4974ce610b4b1df5a47d9c44213
3
+ size 4527