averrous commited on
Commit
2a18eb8
1 Parent(s): 85b0dd4

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +89 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 6,
10
+ 3
11
+ ],
12
+ "downsample_in_bottleneck": false,
13
+ "downsample_in_first_stage": false,
14
+ "embedding_size": 64,
15
+ "hidden_act": "relu",
16
+ "hidden_sizes": [
17
+ 256,
18
+ 512,
19
+ 1024,
20
+ 2048
21
+ ],
22
+ "id2label": {
23
+ "0": "LABEL_0",
24
+ "1": "LABEL_1",
25
+ "2": "LABEL_2",
26
+ "3": "LABEL_3",
27
+ "4": "LABEL_4",
28
+ "5": "LABEL_5",
29
+ "6": "LABEL_6",
30
+ "7": "LABEL_7",
31
+ "8": "LABEL_8",
32
+ "9": "LABEL_9",
33
+ "10": "LABEL_10",
34
+ "11": "LABEL_11",
35
+ "12": "LABEL_12",
36
+ "13": "LABEL_13",
37
+ "14": "LABEL_14",
38
+ "15": "LABEL_15",
39
+ "16": "LABEL_16",
40
+ "17": "LABEL_17",
41
+ "18": "LABEL_18",
42
+ "19": "LABEL_19",
43
+ "20": "LABEL_20",
44
+ "21": "LABEL_21"
45
+ },
46
+ "label2id": {
47
+ "LABEL_0": 0,
48
+ "LABEL_1": 1,
49
+ "LABEL_10": 10,
50
+ "LABEL_11": 11,
51
+ "LABEL_12": 12,
52
+ "LABEL_13": 13,
53
+ "LABEL_14": 14,
54
+ "LABEL_15": 15,
55
+ "LABEL_16": 16,
56
+ "LABEL_17": 17,
57
+ "LABEL_18": 18,
58
+ "LABEL_19": 19,
59
+ "LABEL_2": 2,
60
+ "LABEL_20": 20,
61
+ "LABEL_21": 21,
62
+ "LABEL_3": 3,
63
+ "LABEL_4": 4,
64
+ "LABEL_5": 5,
65
+ "LABEL_6": 6,
66
+ "LABEL_7": 7,
67
+ "LABEL_8": 8,
68
+ "LABEL_9": 9
69
+ },
70
+ "layer_type": "bottleneck",
71
+ "model_type": "resnet",
72
+ "num_channels": 3,
73
+ "out_features": [
74
+ "stage4"
75
+ ],
76
+ "out_indices": [
77
+ 4
78
+ ],
79
+ "problem_type": "single_label_classification",
80
+ "stage_names": [
81
+ "stem",
82
+ "stage1",
83
+ "stage2",
84
+ "stage3",
85
+ "stage4"
86
+ ],
87
+ "torch_dtype": "float32",
88
+ "transformers_version": "4.41.0"
89
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05e32c1754e784387ed9f69e6da5d65aab0d5bd68257604ac9492b51b8dc8923
3
+ size 94466920
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef26d2f97221d825181ab8c48c4716a29f3c03b1ec4be583848dee088ad9c947
3
+ size 5048