KodaPop commited on
Commit
ddf4e66
·
verified ·
1 Parent(s): ab8aac7

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +149 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "dtype": "float32",
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Bondage",
13
+ "1": "Latex",
14
+ "2": "Hooded",
15
+ "3": "Gagged",
16
+ "4": "Blindfolded",
17
+ "5": "Cuffs",
18
+ "6": "Collar",
19
+ "7": "Encasement",
20
+ "8": "Inflatable",
21
+ "9": "Sub",
22
+ "10": "Prison/Asylum",
23
+ "11": "Chastity",
24
+ "12": "Paws",
25
+ "13": "Stockings",
26
+ "14": "Hypnosis",
27
+ "15": "Milking",
28
+ "16": "DL",
29
+ "17": "AB",
30
+ "18": "S/S",
31
+ "19": "Straitjacket",
32
+ "20": "S/D",
33
+ "21": "Public Display",
34
+ "22": "Nulge",
35
+ "23": "Segufix",
36
+ "24": "Text",
37
+ "25": "Story",
38
+ "26": "S/DDD",
39
+ "27": "Drone",
40
+ "28": "Toy",
41
+ "29": "Pet Play",
42
+ "30": "Collage",
43
+ "31": "SSS/D",
44
+ "32": "Comic",
45
+ "33": "N/A",
46
+ "34": "Feet",
47
+ "35": "Paw/Foot Play",
48
+ "36": "SSS",
49
+ "37": "Gloopy",
50
+ "38": "Property",
51
+ "39": "CNC",
52
+ "40": "Edging",
53
+ "41": "Public Use",
54
+ "42": "Ghost Hands",
55
+ "43": "Dom",
56
+ "44": "Cum Gas",
57
+ "45": "Real",
58
+ "46": "Quad",
59
+ "47": "Size Difference",
60
+ "48": "Extreme",
61
+ "49": "Permanent",
62
+ "50": "Heat",
63
+ "51": "Tickle",
64
+ "52": "Stinky",
65
+ "53": "Rendered",
66
+ "54": "SSS/DDD",
67
+ "55": "Plushie",
68
+ "56": "Deed Done",
69
+ "57": "Anthro x Human",
70
+ "58": "Alts",
71
+ "59": "DDD"
72
+ },
73
+ "image_size": 224,
74
+ "initializer_range": 0.02,
75
+ "intermediate_size": 3072,
76
+ "label2id": {
77
+ "AB": 17,
78
+ "Alts": 58,
79
+ "Anthro x Human": 57,
80
+ "Blindfolded": 4,
81
+ "Bondage": 0,
82
+ "CNC": 39,
83
+ "Chastity": 11,
84
+ "Collage": 30,
85
+ "Collar": 6,
86
+ "Comic": 32,
87
+ "Cuffs": 5,
88
+ "Cum Gas": 44,
89
+ "DDD": 59,
90
+ "DL": 16,
91
+ "Deed Done": 56,
92
+ "Dom": 43,
93
+ "Drone": 27,
94
+ "Edging": 40,
95
+ "Encasement": 7,
96
+ "Extreme": 48,
97
+ "Feet": 34,
98
+ "Gagged": 3,
99
+ "Ghost Hands": 42,
100
+ "Gloopy": 37,
101
+ "Heat": 50,
102
+ "Hooded": 2,
103
+ "Hypnosis": 14,
104
+ "Inflatable": 8,
105
+ "Latex": 1,
106
+ "Milking": 15,
107
+ "N/A": 33,
108
+ "Nulge": 22,
109
+ "Paw/Foot Play": 35,
110
+ "Paws": 12,
111
+ "Permanent": 49,
112
+ "Pet Play": 29,
113
+ "Plushie": 55,
114
+ "Prison/Asylum": 10,
115
+ "Property": 38,
116
+ "Public Display": 21,
117
+ "Public Use": 41,
118
+ "Quad": 46,
119
+ "Real": 45,
120
+ "Rendered": 53,
121
+ "S/D": 20,
122
+ "S/DDD": 26,
123
+ "S/S": 18,
124
+ "SSS": 36,
125
+ "SSS/D": 31,
126
+ "SSS/DDD": 54,
127
+ "Segufix": 23,
128
+ "Size Difference": 47,
129
+ "Stinky": 52,
130
+ "Stockings": 13,
131
+ "Story": 25,
132
+ "Straitjacket": 19,
133
+ "Sub": 9,
134
+ "Text": 24,
135
+ "Tickle": 51,
136
+ "Toy": 28
137
+ },
138
+ "layer_norm_eps": 1e-12,
139
+ "model_type": "vit",
140
+ "num_attention_heads": 12,
141
+ "num_channels": 3,
142
+ "num_hidden_layers": 12,
143
+ "patch_size": 16,
144
+ "pooler_act": "tanh",
145
+ "pooler_output_size": 768,
146
+ "problem_type": "multi_label_classification",
147
+ "qkv_bias": true,
148
+ "transformers_version": "4.57.6"
149
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b939844078dac88a54652e375d4b36b93937576c91fa403b1942edf699c2bff
3
+ size 343402392
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8200b57ef22ccedc7270acd5e2bf750a06e113274f0668903b9deb13d31d5ff
3
+ size 5841