Commit
·
31117f5
1
Parent(s):
357a998
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +40 -0
- preprocessor_config.json +23 -0
- pytorch_model.bin +3 -0
- runs/Dec06_16-45-03_94029e2370a7/1670345116.4065835/events.out.tfevents.1670345116.94029e2370a7.2727.1 +3 -0
- runs/Dec06_16-45-03_94029e2370a7/events.out.tfevents.1670345116.94029e2370a7.2727.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnext-tiny-224",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
3,
|
9 |
+
9,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"finetuning_task": "image-classification",
|
14 |
+
"hidden_act": "gelu",
|
15 |
+
"hidden_sizes": [
|
16 |
+
96,
|
17 |
+
192,
|
18 |
+
384,
|
19 |
+
768
|
20 |
+
],
|
21 |
+
"id2label": {
|
22 |
+
"0": "other",
|
23 |
+
"1": "county_trades"
|
24 |
+
},
|
25 |
+
"image_size": 224,
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"label2id": {
|
28 |
+
"county_trades": "1",
|
29 |
+
"other": "0"
|
30 |
+
},
|
31 |
+
"layer_norm_eps": 1e-12,
|
32 |
+
"layer_scale_init_value": 1e-06,
|
33 |
+
"model_type": "convnext",
|
34 |
+
"num_channels": 3,
|
35 |
+
"num_stages": 4,
|
36 |
+
"patch_size": 4,
|
37 |
+
"problem_type": "single_label_classification",
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.26.0.dev0"
|
40 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "ConvNextFeatureExtractor",
|
7 |
+
"image_mean": [
|
8 |
+
0.485,
|
9 |
+
0.456,
|
10 |
+
0.406
|
11 |
+
],
|
12 |
+
"image_processor_type": "ConvNextImageProcessor",
|
13 |
+
"image_std": [
|
14 |
+
0.229,
|
15 |
+
0.224,
|
16 |
+
0.225
|
17 |
+
],
|
18 |
+
"resample": 3,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"shortest_edge": 224
|
22 |
+
}
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79ad29281e31261586829ec97e026b9c6cba0c214e9f1b75b2a913c70ab287a5
|
3 |
+
size 111347349
|
runs/Dec06_16-45-03_94029e2370a7/1670345116.4065835/events.out.tfevents.1670345116.94029e2370a7.2727.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6217c859e7af66f72751e218eb0ee99698ada7066ab06350b79fe6d03655674a
|
3 |
+
size 5626
|
runs/Dec06_16-45-03_94029e2370a7/events.out.tfevents.1670345116.94029e2370a7.2727.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14ba1dedac1b1c31d2a7e0490cdad97e7468d89aa5046a855263aed37276b01b
|
3 |
+
size 4375
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2202e8818f5cc0a76070cf40fd540818f8703cf51208930c65e974c6fd97f734
|
3 |
+
size 3567
|