Upload SwinForImageClassification
Browse files- config.json +56 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/content/drive/MyDrive/FatimaFellowship/swin-tiny-patch4-window7-224_finetuned_AIorNot/checkpoint-325",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"SwinForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"depths": [
|
| 8 |
+
2,
|
| 9 |
+
2,
|
| 10 |
+
6,
|
| 11 |
+
2
|
| 12 |
+
],
|
| 13 |
+
"drop_path_rate": 0.1,
|
| 14 |
+
"embed_dim": 96,
|
| 15 |
+
"encoder_stride": 32,
|
| 16 |
+
"hidden_act": "gelu",
|
| 17 |
+
"hidden_dropout_prob": 0.0,
|
| 18 |
+
"hidden_size": 768,
|
| 19 |
+
"id2label": {
|
| 20 |
+
"0": "real",
|
| 21 |
+
"1": "ai"
|
| 22 |
+
},
|
| 23 |
+
"image_size": 224,
|
| 24 |
+
"initializer_range": 0.02,
|
| 25 |
+
"label2id": {
|
| 26 |
+
"ai": 1,
|
| 27 |
+
"real": 0
|
| 28 |
+
},
|
| 29 |
+
"layer_norm_eps": 1e-05,
|
| 30 |
+
"mlp_ratio": 4.0,
|
| 31 |
+
"model_type": "swin",
|
| 32 |
+
"num_channels": 3,
|
| 33 |
+
"num_heads": [
|
| 34 |
+
3,
|
| 35 |
+
6,
|
| 36 |
+
12,
|
| 37 |
+
24
|
| 38 |
+
],
|
| 39 |
+
"num_layers": 4,
|
| 40 |
+
"out_features": null,
|
| 41 |
+
"patch_size": 4,
|
| 42 |
+
"path_norm": true,
|
| 43 |
+
"problem_type": "single_label_classification",
|
| 44 |
+
"qkv_bias": true,
|
| 45 |
+
"stage_names": [
|
| 46 |
+
"stem",
|
| 47 |
+
"stage1",
|
| 48 |
+
"stage2",
|
| 49 |
+
"stage3",
|
| 50 |
+
"stage4"
|
| 51 |
+
],
|
| 52 |
+
"torch_dtype": "float32",
|
| 53 |
+
"transformers_version": "4.27.1",
|
| 54 |
+
"use_absolute_embeddings": false,
|
| 55 |
+
"window_size": 7
|
| 56 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c8b468cd5d1b1c5e2d169ef8944c91cf40b3ab32e9a09bcc8d1aaf77aeacab9
|
| 3 |
+
size 110391601
|