kikoarizeai
commited on
Commit
·
57c6a4a
1
Parent(s):
25ae0d4
Training in progress, step 100
Browse files- .gitignore +1 -0
- config.json +52 -0
- preprocessor_config.json +18 -0
- pytorch_model.bin +3 -0
- runs/Jul21_23-44-31_a9725dbee2e1/1658447098.8131452/events.out.tfevents.1658447098.a9725dbee2e1.480.1 +3 -0
- runs/Jul21_23-44-31_a9725dbee2e1/events.out.tfevents.1658447098.a9725dbee2e1.480.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_first_stage": false,
|
13 |
+
"embedding_size": 64,
|
14 |
+
"hidden_act": "relu",
|
15 |
+
"hidden_sizes": [
|
16 |
+
256,
|
17 |
+
512,
|
18 |
+
1024,
|
19 |
+
2048
|
20 |
+
],
|
21 |
+
"id2label": {
|
22 |
+
"0": "airplane",
|
23 |
+
"1": "automobile",
|
24 |
+
"2": "bird",
|
25 |
+
"3": "cat",
|
26 |
+
"4": "deer",
|
27 |
+
"5": "dog",
|
28 |
+
"6": "frog",
|
29 |
+
"7": "horse",
|
30 |
+
"8": "ship",
|
31 |
+
"9": "truck"
|
32 |
+
},
|
33 |
+
"label2id": {
|
34 |
+
"airplane": 0,
|
35 |
+
"automobile": 1,
|
36 |
+
"bird": 2,
|
37 |
+
"cat": 3,
|
38 |
+
"deer": 4,
|
39 |
+
"dog": 5,
|
40 |
+
"frog": 6,
|
41 |
+
"horse": 7,
|
42 |
+
"ship": 8,
|
43 |
+
"truck": 9
|
44 |
+
},
|
45 |
+
"layer_type": "bottleneck",
|
46 |
+
"model_type": "resnet",
|
47 |
+
"num_channels": 3,
|
48 |
+
"output_hidden_states": true,
|
49 |
+
"problem_type": "single_label_classification",
|
50 |
+
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.20.1"
|
52 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"feature_extractor_type": "ConvNextFeatureExtractor",
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"resample": 3,
|
17 |
+
"size": 224
|
18 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98c2f7308a4b5942b4c1215b883c4fb71395988b866ddb8763da9779a01ae230
|
3 |
+
size 94438209
|
runs/Jul21_23-44-31_a9725dbee2e1/1658447098.8131452/events.out.tfevents.1658447098.a9725dbee2e1.480.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd87ed62d707da2de334d847a154116397ca9366ccca46cd32dbaa8499d866a4
|
3 |
+
size 5448
|
runs/Jul21_23-44-31_a9725dbee2e1/events.out.tfevents.1658447098.a9725dbee2e1.480.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c42b3493dc5737fb0125a97a520538da316e19f28fe0d155673d632e3359852f
|
3 |
+
size 341
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af2f3e5b37243ad357c1d1f5a69e9cfc287e840f533b696672b8c147696174c9
|
3 |
+
size 3439
|