xixi1031 commited on
Commit
f40f82a
1 Parent(s): befc9e6

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +4 -6
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -12,17 +12,15 @@
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "PR",
16
- "1": "abnormal",
17
- "2": "normal"
18
  },
19
  "image_size": 224,
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
- "PR": 0,
24
- "abnormal": 1,
25
- "normal": 2
26
  },
27
  "layer_norm_eps": 1e-12,
28
  "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:ad78ee8087d1c302bacc18b391b9333f1e6e39f06593807600c1dd026e8e6135
3
- size 344940444
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3e6b22999913a5984d4d674c82abfa6e322e9b8011b8a9b039f56d269ec5e9
3
+ size 344937368
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f97dbdf4dd08606755ebf8c26d5132e82beb7b3ca112460de3af4e151018e057
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf1558a035b6cb78d54cca2e584f94c37f18ca3989debec298a37e447ce91bdc
3
  size 5176