v2ray commited on
Commit
56706a2
1 Parent(s): 0e50651

Uploaded weights.

Browse files
Files changed (4) hide show
  1. README.md +12 -3
  2. config.json +0 -0
  3. model.safetensors +3 -0
  4. preprocessor_config.json +28 -0
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - v2ray/anime-collection
5
+ language:
6
+ - en
7
+ pipeline_tag: image-classification
8
+ ---
9
+ # CLIPbooru
10
+ CLIPbooru is CLIP with a classification head for tagging images with Danbooru tags.
11
+
12
+ [Click me to get the scripts used to train this model!](https://github.com/LagPixelLOL/clipbooru)
config.json ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b2c4616563ed0bf9c28390109b3610ce11fbc910bdf06e88e7146792ca7084
3
+ size 625875946
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 336,
4
+ "width": 336
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "processor_class": "CLIPProcessor",
23
+ "resample": 3,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "shortest_edge": 336
27
+ }
28
+ }