Upload fraud detection model that classifies AZ ids into 3 classes
Browse files- .ipynb_checkpoints/config-checkpoint.json +14 -0
- .ipynb_checkpoints/preprocessor_config-checkpoint.json +22 -0
- config.json +14 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
.ipynb_checkpoints/config-checkpoint.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"hidden_size": 2048,
|
3 |
+
"id2label": {
|
4 |
+
"0": "0",
|
5 |
+
"1": "1",
|
6 |
+
"2": "2"
|
7 |
+
},
|
8 |
+
"label2id": {
|
9 |
+
"0": 0,
|
10 |
+
"1": 1,
|
11 |
+
"2": 2
|
12 |
+
},
|
13 |
+
"transformers_version": "4.45.2"
|
14 |
+
}
|
.ipynb_checkpoints/preprocessor_config-checkpoint.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "ConvNextFeatureExtractor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"shortest_edge": 224
|
21 |
+
}
|
22 |
+
}
|
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"hidden_size": 2048,
|
3 |
+
"id2label": {
|
4 |
+
"0": "0",
|
5 |
+
"1": "1",
|
6 |
+
"2": "2"
|
7 |
+
},
|
8 |
+
"label2id": {
|
9 |
+
"0": 0,
|
10 |
+
"1": 1,
|
11 |
+
"2": 2
|
12 |
+
},
|
13 |
+
"transformers_version": "4.45.2"
|
14 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "ConvNextFeatureExtractor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"shortest_edge": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45f621adf50e91a72e17c9a79b040d507190a0d64132f4aa8c65e096cd6141f3
|
3 |
+
size 94371786
|