Professor commited on
Commit
4e253ba
·
1 Parent(s): c4f464b

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +10 -10
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
config.json CHANGED
@@ -9,21 +9,21 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "DR",
13
- "1": "ND",
14
- "2": "WD",
15
- "3": "G",
16
- "4": "other"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "DR": 0,
23
- "G": 3,
24
- "ND": 1,
25
- "WD": 2,
26
- "other": 4
27
  },
28
  "layer_norm_eps": 1e-12,
29
  "model_type": "vit",
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "G",
13
+ "1": "other",
14
+ "2": "DR",
15
+ "3": "WD",
16
+ "4": "ND"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
+ "DR": 2,
23
+ "G": 0,
24
+ "ND": 4,
25
+ "WD": 3,
26
+ "other": 1
27
  },
28
  "layer_norm_eps": 1e-12,
29
  "model_type": "vit",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2a91a05dd2f8001fd18356fd49c243cd7a6bde444ca8df42b76e978f564bee9
3
  size 343362404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5572d7659d95139fa4e32209f4b2591de44c5f1abebcc37381a15260ab4f1160
3
  size 343362404
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4989c88d1c798a0169187d535aa3327ff9ba135bc81cfe06fe0126a81547af88
3
  size 4283
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94143e95016f98c80920d9a1567f48115aa68e6b460d50dd896dc46ed575e042
3
  size 4283