Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ pipeline_tag: image-classification
|
|
4 |
tags:
|
5 |
- pytorch
|
6 |
- vision
|
|
|
7 |
---
|
8 |
|
9 |
This model is the product of curiosity—imagine a choice that allows you to label anime images!
|
@@ -58,4 +59,4 @@ Why the `Sigmoid`?
|
|
58 |
- Sigmoid turns boring scores into fun probabilities, so you can use thresholds and find more cool tags.
|
59 |
- It's like a wizard turning regular stuff into magic potions!
|
60 |
|
61 |
-
[Training guide](/training_guide.md)
|
|
|
4 |
tags:
|
5 |
- pytorch
|
6 |
- vision
|
7 |
+
library_name: transformers
|
8 |
---
|
9 |
|
10 |
This model is the product of curiosity—imagine a choice that allows you to label anime images!
|
|
|
59 |
- Sigmoid turns boring scores into fun probabilities, so you can use thresholds and find more cool tags.
|
60 |
- It's like a wizard turning regular stuff into magic potions!
|
61 |
|
62 |
+
[Training guide](https://huggingface.co/Ojimi/vit-anime-caption/blob/main/training_guide.md)
|