patrickhul commited on
Commit
704dbc1
·
verified ·
1 Parent(s): 7d96b5d

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +88 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ResNetForImageClassification"
4
+ ],
5
+ "depths": [
6
+ 2,
7
+ 2,
8
+ 2,
9
+ 2
10
+ ],
11
+ "downsample_in_bottleneck": false,
12
+ "downsample_in_first_stage": false,
13
+ "embedding_size": 64,
14
+ "hidden_act": "relu",
15
+ "hidden_sizes": [
16
+ 64,
17
+ 128,
18
+ 256,
19
+ 512
20
+ ],
21
+ "id2label": {
22
+ "0": "Arial",
23
+ "1": "Arial Black",
24
+ "10": "Times New Roman",
25
+ "11": "Times New Roman Bold",
26
+ "12": "Times New Roman Bold Italic",
27
+ "13": "Times New Roman Italic",
28
+ "14": "Trebuchet MS",
29
+ "15": "Trebuchet MS Bold",
30
+ "16": "Trebuchet MS Bold Italic",
31
+ "17": "Trebuchet MS Italic",
32
+ "18": "Verdana",
33
+ "19": "Verdana Bold",
34
+ "2": "Arial Bold",
35
+ "20": "Verdana Bold Italic",
36
+ "21": "Verdana Italic",
37
+ "3": "Arial Bold Italic",
38
+ "4": "Avenir",
39
+ "5": "Courier",
40
+ "6": "Georgia",
41
+ "7": "Helvetica",
42
+ "8": "Tahoma",
43
+ "9": "Tahoma Bold"
44
+ },
45
+ "label2id": {
46
+ "Arial": "0",
47
+ "Arial Black": "1",
48
+ "Arial Bold": "2",
49
+ "Arial Bold Italic": "3",
50
+ "Avenir": "4",
51
+ "Courier": "5",
52
+ "Georgia": "6",
53
+ "Helvetica": "7",
54
+ "Tahoma": "8",
55
+ "Tahoma Bold": "9",
56
+ "Times New Roman": "10",
57
+ "Times New Roman Bold": "11",
58
+ "Times New Roman Bold Italic": "12",
59
+ "Times New Roman Italic": "13",
60
+ "Trebuchet MS": "14",
61
+ "Trebuchet MS Bold": "15",
62
+ "Trebuchet MS Bold Italic": "16",
63
+ "Trebuchet MS Italic": "17",
64
+ "Verdana": "18",
65
+ "Verdana Bold": "19",
66
+ "Verdana Bold Italic": "20",
67
+ "Verdana Italic": "21"
68
+ },
69
+ "layer_type": "basic",
70
+ "model_type": "resnet",
71
+ "num_channels": 3,
72
+ "out_features": [
73
+ "stage4"
74
+ ],
75
+ "out_indices": [
76
+ 4
77
+ ],
78
+ "problem_type": "single_label_classification",
79
+ "stage_names": [
80
+ "stem",
81
+ "stage1",
82
+ "stage2",
83
+ "stage3",
84
+ "stage4"
85
+ ],
86
+ "torch_dtype": "float32",
87
+ "transformers_version": "4.54.1"
88
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a987a8b1462b533bafe15b125d6d45f954a98d66cc380c34ffc2814a6f0c808b
3
+ size 44805376
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7146b4f092a2656ee202986f4ce798deb4f83de045fffba8640e32799c77e13
3
+ size 5713