skywalker290 commited on
Commit
3abb039
·
verified ·
1 Parent(s): 010abab

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +4 -10
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -12,21 +12,15 @@
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "ApplyEyeMakeup",
16
- "1": "ApplyLipstick",
17
- "2": "Archery",
18
- "3": "BabyCrawling",
19
- "4": "BalanceBeam"
20
  },
21
  "image_size": 224,
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
- "ApplyEyeMakeup": 0,
26
- "ApplyLipstick": 1,
27
- "Archery": 2,
28
- "BabyCrawling": 3,
29
- "BalanceBeam": 4
30
  },
31
  "layer_norm_eps": 1e-12,
32
  "model_type": "videomae",
 
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "Anomaly",
16
+ "1": "Normal"
 
 
 
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
+ "Anomaly": 0,
23
+ "Normal": 1
 
 
 
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "model_type": "videomae",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d3f6f256a4cf9796ce7641d5572d60b344fe513b86ed813d4247542ca1b06d5
3
- size 344946604
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e508d0a765e76097955779b926495580648aa61dde3e75be708cad9c006a6b8
3
+ size 344937368
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38a97e1869eed93654cabf859b5e8237c7c55e67e592fbfe9f2fa4476310f9b3
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7030f6f2cb92d3a03c170cdc6da08ae92abde9e49e3a507a9c1c2a8a425fd75
3
  size 5304