sai17 commited on
Commit
394147c
1 Parent(s): b80f6fc

Training in progress, epoch 0

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7785334d4e9f1b5127717beaf0c03618cc01d4df11c0e1c6f2e27978d779656
3
  size 110367448
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2ac925e53fe555f9898b7ca75efe9ffb5b7fe377bb7d91c3a04cf14cdd8db7c
3
  size 110367448
runs/Mar04_10-25-19_e2e-84-59/events.out.tfevents.1709528138.e2e-84-59.768605.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2091a2af2223e1cf6d27cae75d3b706cfb3865fceef59c7e223638c42141128
3
- size 282491
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d3a866f563bde802b7393e68d806a2991af708811f3b698881deafaa9e3a27
3
+ size 327480
tmp-checkpoint-18607/config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "0",
21
+ "1": "1",
22
+ "2": "2",
23
+ "3": "3",
24
+ "4": "4",
25
+ "5": "5",
26
+ "6": "6",
27
+ "7": "7",
28
+ "8": "8",
29
+ "9": "9"
30
+ },
31
+ "image_size": 224,
32
+ "initializer_range": 0.02,
33
+ "label2id": {
34
+ "0": 0,
35
+ "1": 1,
36
+ "2": 2,
37
+ "3": 3,
38
+ "4": 4,
39
+ "5": 5,
40
+ "6": 6,
41
+ "7": 7,
42
+ "8": 8,
43
+ "9": 9
44
+ },
45
+ "layer_norm_eps": 1e-05,
46
+ "mlp_ratio": 4.0,
47
+ "model_type": "swin",
48
+ "num_channels": 3,
49
+ "num_heads": [
50
+ 3,
51
+ 6,
52
+ 12,
53
+ 24
54
+ ],
55
+ "num_layers": 4,
56
+ "out_features": [
57
+ "stage4"
58
+ ],
59
+ "out_indices": [
60
+ 4
61
+ ],
62
+ "patch_size": 4,
63
+ "path_norm": true,
64
+ "problem_type": "single_label_classification",
65
+ "qkv_bias": true,
66
+ "stage_names": [
67
+ "stem",
68
+ "stage1",
69
+ "stage2",
70
+ "stage3",
71
+ "stage4"
72
+ ],
73
+ "torch_dtype": "float32",
74
+ "transformers_version": "4.37.2",
75
+ "use_absolute_embeddings": false,
76
+ "window_size": 7
77
+ }
tmp-checkpoint-18607/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde249485d0d55308001c6acac21f83f429c2c286bebbb211a5d1b47455b43ed
3
+ size 39780352