LukeJacob2023
commited on
Commit
•
852ab7f
1
Parent(s):
75ac053
Upload 4 files
Browse files- config.json +6 -6
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
CHANGED
@@ -19,11 +19,11 @@
|
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
-
"drawings":
|
23 |
-
"hentai":
|
24 |
-
"neutral":
|
25 |
-
"porn":
|
26 |
-
"sexy":
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"model_type": "vit",
|
@@ -34,5 +34,5 @@
|
|
34 |
"problem_type": "single_label_classification",
|
35 |
"qkv_bias": true,
|
36 |
"torch_dtype": "float32",
|
37 |
-
"transformers_version": "4.
|
38 |
}
|
|
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
+
"drawings": 0,
|
23 |
+
"hentai": 1,
|
24 |
+
"neutral": 2,
|
25 |
+
"porn": 3,
|
26 |
+
"sexy": 4
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"model_type": "vit",
|
|
|
34 |
"problem_type": "single_label_classification",
|
35 |
"qkv_bias": true,
|
36 |
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.36.2"
|
38 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:860f5709790ce258772b0acb0b426fadfba36c4cf8d53704945497c75716a5ec
|
3 |
+
size 343233204
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a422e6a9896f10b5029a8b6b698fe38ecf06bce7afe33c193b2ab7f2f79004f3
|
3 |
+
size 4219
|