Add GitHub repository link to model card
Browse files
README.md
CHANGED
@@ -44,13 +44,11 @@ const personalizedTags = classifier.predictAll(features, candidateTags);
|
|
44 |
- `model-config.json` - Model configuration
|
45 |
- `example-usage.html` - Usage example
|
46 |
|
47 |
-
##
|
48 |
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
View this model on Hugging Face: [sohei1l/clip-tagger](https://huggingface.co/sohei1l/clip-tagger)
|
54 |
|
55 |
## Training Data
|
56 |
|
|
|
44 |
- `model-config.json` - Model configuration
|
45 |
- `example-usage.html` - Usage example
|
46 |
|
47 |
+
## Links
|
48 |
|
49 |
+
- **🚀 Live Demo**: [clip-tagger Space](https://huggingface.co/spaces/sohei1l/clip-tagger)
|
50 |
+
- **📦 Model Repository**: [sohei1l/clip-tagger](https://huggingface.co/sohei1l/clip-tagger)
|
51 |
+
- **💻 Source Code**: [GitHub Repository](https://github.com/sohei1l/clip-tagger)
|
|
|
|
|
52 |
|
53 |
## Training Data
|
54 |
|