3una commited on
Commit
cf64d15
1 Parent(s): a4bbf79

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "anger",
17
+ "1": "contempt",
18
+ "2": "disgust",
19
+ "3": "fear",
20
+ "4": "happy",
21
+ "5": "neutral",
22
+ "6": "sad",
23
+ "7": "surprise"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "anger": 0,
30
+ "contempt": 1,
31
+ "disgust": 2,
32
+ "fear": 3,
33
+ "happy": 4,
34
+ "neutral": 5,
35
+ "sad": 6,
36
+ "surprise": 7
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "layer_scale_init_value": 0.1,
40
+ "model_type": "beit",
41
+ "num_attention_heads": 12,
42
+ "num_channels": 3,
43
+ "num_hidden_layers": 12,
44
+ "out_indices": [
45
+ 3,
46
+ 5,
47
+ 7,
48
+ 11
49
+ ],
50
+ "patch_size": 16,
51
+ "pool_scales": [
52
+ 1,
53
+ 2,
54
+ 3,
55
+ 6
56
+ ],
57
+ "problem_type": "single_label_classification",
58
+ "semantic_loss_ignore_index": 255,
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.35.2",
61
+ "use_absolute_position_embeddings": false,
62
+ "use_auxiliary_head": true,
63
+ "use_mask_token": false,
64
+ "use_mean_pooling": true,
65
+ "use_relative_position_bias": true,
66
+ "use_shared_relative_position_bias": false,
67
+ "vocab_size": 8192
68
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a3d58978eeb5e8a069f3751a0f8131516b58807eaf964b718cff2f56a0e7422
3
+ size 343098784
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "feature_extractor_type": "BeitFeatureExtractor",
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "BeitFeatureExtractor",
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 224,
27
+ "width": 224
28
+ }
29
+ }
runs/Dec31_20-43-24_83b21d07c8af/events.out.tfevents.1704055512.83b21d07c8af.2572.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee7fdc15eee73dff4bb62f521383b5bbbb51e3979c4fb569c5eefc825132f779
3
+ size 7798
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46af52f48b2c1db2611d0c199d9b39430dda1c69ee02a7798681b03c33ea9221
3
+ size 4600