haohanxu commited on
Commit
27f76d6
1 Parent(s): 0f7c551

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +12 -4
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -12,15 +12,23 @@
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "beuaty",
16
- "1": "other"
 
 
 
 
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "beuaty": 0,
23
- "other": 1
 
 
 
 
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "model_type": "videomae",
 
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "beauty",
16
+ "1": "food",
17
+ "2": "game",
18
+ "3": "health",
19
+ "4": "pet",
20
+ "5": "travel"
21
  },
22
  "image_size": 224,
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
+ "beauty": 0,
27
+ "food": 1,
28
+ "game": 2,
29
+ "health": 3,
30
+ "pet": 4,
31
+ "travel": 5
32
  },
33
  "layer_norm_eps": 1e-12,
34
  "model_type": "videomae",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0963710c5de4255c3cb6ec196f915a4f22ed7cc60edf67f15d430c215cef7e06
3
- size 344937368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2517f114fcca86d4d985aaf610b99930ca69a9a5a960152a31d7b0ee23c1593f
3
+ size 344949680
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f793cc59d408db0fb0dab7df28b025fb44e5877e8d97a91f953ff5b77d9bfaf
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f1a850a121ea4f12f1f6228e3e9a0d1eab857f2694e40a013d90b4776ab721c
3
  size 5304