xixi1031 commited on
Commit
a6333dc
1 Parent(s): 5af6083

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +4 -20
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -12,31 +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
- "5": "BandMarching",
21
- "6": "BaseballPitch",
22
- "7": "Basketball",
23
- "8": "BasketballDunk",
24
- "9": "BenchPress"
25
  },
26
  "image_size": 224,
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,
29
  "label2id": {
30
- "ApplyEyeMakeup": 0,
31
- "ApplyLipstick": 1,
32
- "Archery": 2,
33
- "BabyCrawling": 3,
34
- "BalanceBeam": 4,
35
- "BandMarching": 5,
36
- "BaseballPitch": 6,
37
- "Basketball": 7,
38
- "BasketballDunk": 8,
39
- "BenchPress": 9
40
  },
41
  "layer_norm_eps": 1e-12,
42
  "model_type": "videomae",
 
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "abnormal",
16
+ "1": "normal"
 
 
 
 
 
 
 
 
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
+ "abnormal": 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:516ba2c212b044a03e2f2f876813d5193e9b860569b798e43edc328d014d2fb7
3
- size 344961984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26af87a70ad42f381e31b5f4cbe05a24b5d42f9789bdd33b4b13f4c4fdef1bf2
3
+ size 344937368
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c4559d1a13e34a951100f9560a4bdf5ffe064beb086e0006c00a2ab020211a8
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34d03066c51589e1162434c44fe72a1ed074f48d3ea1dd3619beaf7fec517e02
3
  size 5176