Add pipeline tag and link to code
Browse filesThis PR improves the model card by adding the `pipeline_tag` and a link to the Github code repository, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=image-classification&sort=trending.
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
license: bsd-3-clause
|
|
|
3 |
---
|
|
|
4 |
Pre-training Dataset: BenthicNet (Production)
|
5 |
|
6 |
Method: Barlow Twins
|
@@ -9,4 +11,6 @@ Architecture: ResNet-50
|
|
9 |
|
10 |
Length: 600 Epochs
|
11 |
|
12 |
-
BenthicNet: https://arxiv.org/abs/2405.05241
|
|
|
|
|
|
1 |
---
|
2 |
license: bsd-3-clause
|
3 |
+
pipeline_tag: image-classification
|
4 |
---
|
5 |
+
|
6 |
Pre-training Dataset: BenthicNet (Production)
|
7 |
|
8 |
Method: Barlow Twins
|
|
|
11 |
|
12 |
Length: 600 Epochs
|
13 |
|
14 |
+
BenthicNet: https://arxiv.org/abs/2405.05241
|
15 |
+
|
16 |
+
Codebase: https://github.com/DalhousieAI/pangaea-downloader
|