Training in progress, epoch 1
Browse files- config.json +49 -0
- model.safetensors +3 -0
- preprocessor_config.json +37 -0
- runs/May02_08-23-34_goku2/events.out.tfevents.1714639222.goku2.4328.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/resnet-18",
|
3 |
+
"architectures": [
|
4 |
+
"ResNetForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
2,
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
2
|
11 |
+
],
|
12 |
+
"downsample_in_bottleneck": false,
|
13 |
+
"downsample_in_first_stage": false,
|
14 |
+
"embedding_size": 64,
|
15 |
+
"hidden_act": "relu",
|
16 |
+
"hidden_sizes": [
|
17 |
+
64,
|
18 |
+
128,
|
19 |
+
256,
|
20 |
+
512
|
21 |
+
],
|
22 |
+
"id2label": {
|
23 |
+
"0": "Fraud",
|
24 |
+
"1": "NotFraud"
|
25 |
+
},
|
26 |
+
"label2id": {
|
27 |
+
"Fraud": 0,
|
28 |
+
"NotFraud": 1
|
29 |
+
},
|
30 |
+
"layer_type": "basic",
|
31 |
+
"model_type": "resnet",
|
32 |
+
"num_channels": 3,
|
33 |
+
"out_features": [
|
34 |
+
"stage4"
|
35 |
+
],
|
36 |
+
"out_indices": [
|
37 |
+
4
|
38 |
+
],
|
39 |
+
"problem_type": "single_label_classification",
|
40 |
+
"stage_names": [
|
41 |
+
"stem",
|
42 |
+
"stage1",
|
43 |
+
"stage2",
|
44 |
+
"stage3",
|
45 |
+
"stage4"
|
46 |
+
],
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.40.1"
|
49 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d16f91a36eeb7a560e53837f643c9370dd4c1ee54f5aa492570ca326bb899ae7
|
3 |
+
size 44764336
|
preprocessor_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"crop_pct",
|
7 |
+
"resample",
|
8 |
+
"do_rescale",
|
9 |
+
"rescale_factor",
|
10 |
+
"do_normalize",
|
11 |
+
"image_mean",
|
12 |
+
"image_std",
|
13 |
+
"return_tensors",
|
14 |
+
"data_format",
|
15 |
+
"input_data_format"
|
16 |
+
],
|
17 |
+
"crop_pct": 0.875,
|
18 |
+
"do_normalize": true,
|
19 |
+
"do_rescale": true,
|
20 |
+
"do_resize": true,
|
21 |
+
"image_mean": [
|
22 |
+
0.485,
|
23 |
+
0.456,
|
24 |
+
0.406
|
25 |
+
],
|
26 |
+
"image_processor_type": "ConvNextImageProcessor",
|
27 |
+
"image_std": [
|
28 |
+
0.229,
|
29 |
+
0.224,
|
30 |
+
0.225
|
31 |
+
],
|
32 |
+
"resample": 3,
|
33 |
+
"rescale_factor": 0.00392156862745098,
|
34 |
+
"size": {
|
35 |
+
"shortest_edge": 224
|
36 |
+
}
|
37 |
+
}
|
runs/May02_08-23-34_goku2/events.out.tfevents.1714639222.goku2.4328.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5e829aa973c8b212937bbac5862908889ffb2b88b20c0985d070bf8e85c493b
|
3 |
+
size 5127
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47bf38ca62d7ce567e1f6748e05e1526b6644398ef8b1c739d1f350d4675ce73
|
3 |
+
size 5048
|