cella110n commited on
Commit
59e9271
·
verified ·
1 Parent(s): b401ebb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -42
README.md CHANGED
@@ -1,43 +1,45 @@
1
- ---
2
- license: apache-2.0
3
- library_name: onnx
4
- pipeline_tag: image-classification
5
- tags:
6
- - image-tagging
7
- - computer-vision
8
- - onnx
9
- - anime
10
- - illustration
11
- ---
12
-
13
- # Image Tagger Model (cl_tagger_1_00)
14
-
15
- This directory contains ONNX models for image tagging.
16
-
17
- **Note**: v1.00 is same as 0804 (community model).
18
-
19
- ## Model Files
20
-
21
- - `model.onnx`: Original model
22
- - `model_optimized.onnx`: Optimized model
23
- - `tag_mapping.json`: Tag mapping information
24
-
25
- ## Tag Categories
26
-
27
- - **General**: 22,367 tags (general attributes and features)
28
- - **Character**: 16,210 tags (character names)
29
- - **Copyright**: 3,329 tags (series names)
30
- - **Meta**: 224 tags (metadata)
31
- - **Model**: 25 tags (model information)
32
- - **Rating**: 4 tags (content rating)
33
- - **Quality**: 4 tags (quality assessment)
34
-
35
- **Total**: 42,163 tags
36
-
37
- ## License
38
-
39
- This project is distributed under the Apache License 2.0.
40
-
41
- ## Disclaimer
42
-
 
 
43
  **Important**: The author assumes no responsibility for any damages caused by using this model or any damages caused to third parties. All responsibility lies with the user. Please use at your own risk.
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: onnx
4
+ pipeline_tag: image-classification
5
+ tags:
6
+ - image-tagging
7
+ - computer-vision
8
+ - onnx
9
+ - anime
10
+ - illustration
11
+ ---
12
+
13
+ # Image Tagger Model (cl_tagger_1_00)
14
+
15
+ This directory contains ONNX models for image tagging.
16
+
17
+ **Note**:
18
+ - v1.00 is same as 0804 (community model).
19
+ - v1.01 is same as 0812.
20
+
21
+ ## Model Files
22
+
23
+ - `model.onnx`: Original model
24
+ - `model_optimized.onnx`: Optimized model
25
+ - `tag_mapping.json`: Tag mapping information
26
+
27
+ ## Tag Categories
28
+
29
+ - **General**: 22,367 tags (general attributes and features)
30
+ - **Character**: 16,210 tags (character names)
31
+ - **Copyright**: 3,329 tags (series names)
32
+ - **Meta**: 224 tags (metadata)
33
+ - **Model**: 25 tags (model information)
34
+ - **Rating**: 4 tags (content rating)
35
+ - **Quality**: 4 tags (quality assessment)
36
+
37
+ **Total**: 42,163 tags
38
+
39
+ ## License
40
+
41
+ This project is distributed under the Apache License 2.0.
42
+
43
+ ## Disclaimer
44
+
45
  **Important**: The author assumes no responsibility for any damages caused by using this model or any damages caused to third parties. All responsibility lies with the user. Please use at your own risk.