morganchen1007
commited on
Commit
·
1b748cd
1
Parent(s):
40fdc08
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +37 -0
- preprocessor_config.json +18 -0
- pytorch_model.bin +3 -0
- runs/Aug31_17-43-57_tensorflow05/1661939056.1239932/events.out.tfevents.1661939056.tensorflow05.11740.1 +3 -0
- runs/Aug31_17-43-57_tensorflow05/events.out.tfevents.1661939056.tensorflow05.11740.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "content",
|
23 |
+
"1": "cover",
|
24 |
+
"2": "doi"
|
25 |
+
},
|
26 |
+
"label2id": {
|
27 |
+
"content": 0,
|
28 |
+
"cover": 1,
|
29 |
+
"doi": 2
|
30 |
+
},
|
31 |
+
"layer_type": "bottleneck",
|
32 |
+
"model_type": "resnet",
|
33 |
+
"num_channels": 3,
|
34 |
+
"problem_type": "single_label_classification",
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.21.1"
|
37 |
+
}
|
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:f0601a94264b0234811290bb4c3873fd7d83e8c758343e6523d373f5b5d7fa16
|
3 |
+
size 94380865
|
runs/Aug31_17-43-57_tensorflow05/1661939056.1239932/events.out.tfevents.1661939056.tensorflow05.11740.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9281b2470a7381996d89f39dfe2f6c2357ddd4045802d6abd6b12790333e526
|
3 |
+
size 5461
|
runs/Aug31_17-43-57_tensorflow05/events.out.tfevents.1661939056.tensorflow05.11740.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18142cb6fc3786c9f1e44e3ee47a24d4e7820ebd7e32903647d529d28758781d
|
3 |
+
size 7386
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c587ac02c98756d6178cc63d20121a1430e55b619969a14c4ee1508f4b15fa06
|
3 |
+
size 3375
|