hansin91 commited on
Commit
a661f47
1 Parent(s): fd3f911

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +17 -7
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -9,17 +9,27 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "angular_leaf_spot",
13
- "1": "bean_rust",
14
- "2": "healthy"
 
 
 
 
 
15
  },
16
  "image_size": 224,
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "angular_leaf_spot": "0",
21
- "bean_rust": "1",
22
- "healthy": "2"
 
 
 
 
 
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "model_type": "vit",
@@ -30,5 +40,5 @@
30
  "problem_type": "single_label_classification",
31
  "qkv_bias": true,
32
  "torch_dtype": "float32",
33
- "transformers_version": "4.33.1"
34
  }
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "anger",
13
+ "1": "contempt",
14
+ "2": "disgust",
15
+ "3": "fear",
16
+ "4": "happy",
17
+ "5": "neutral",
18
+ "6": "sad",
19
+ "7": "surprise"
20
  },
21
  "image_size": 224,
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
+ "anger": "0",
26
+ "contempt": "1",
27
+ "disgust": "2",
28
+ "fear": "3",
29
+ "happy": "4",
30
+ "neutral": "5",
31
+ "sad": "6",
32
+ "surprise": "7"
33
  },
34
  "layer_norm_eps": 1e-12,
35
  "model_type": "vit",
 
40
  "problem_type": "single_label_classification",
41
  "qkv_bias": true,
42
  "torch_dtype": "float32",
43
+ "transformers_version": "4.33.2"
44
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5cf661b903055ff28f4e4a7c217d1b627b86eaf54f20290318ac954ada87cb7b
3
- size 343271789
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d670e2ab189b9e650e9154273cf034362d769f7f64ca231e305a7e5d93cbd966
3
+ size 343287149
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:292653e497b363ae333e21e46dd967d23078270ff7fca1ab3643188ed07ae53b
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92a6da3505d6463fbadd8515b29c051f3861b2c41490605a38de7365f496c4b5
3
  size 4091