ivensamdh commited on
Commit
3ecda75
1 Parent(s): a9c6172

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +54 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "LABEL_0"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "LABEL_0": 0
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "layer_scale_init_value": 0.1,
26
+ "model_type": "beit",
27
+ "num_attention_heads": 12,
28
+ "num_channels": 3,
29
+ "num_hidden_layers": 12,
30
+ "out_indices": [
31
+ 3,
32
+ 5,
33
+ 7,
34
+ 11
35
+ ],
36
+ "patch_size": 16,
37
+ "pool_scales": [
38
+ 1,
39
+ 2,
40
+ 3,
41
+ 6
42
+ ],
43
+ "problem_type": "multi_label_classification",
44
+ "semantic_loss_ignore_index": 255,
45
+ "torch_dtype": "float16",
46
+ "transformers_version": "4.26.0",
47
+ "use_absolute_position_embeddings": false,
48
+ "use_auxiliary_head": true,
49
+ "use_mask_token": false,
50
+ "use_mean_pooling": true,
51
+ "use_relative_position_bias": true,
52
+ "use_shared_relative_position_bias": false,
53
+ "vocab_size": 8192
54
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6618202d7719b1f373ca375e7dd25beb5e107dfd5951e1ec93cd050daead4b6
3
+ size 175331449
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c9c7ad77053122d8354327cb31322bb836e045ae194e46f65fa33589b42a2ed
3
+ size 3451