Add pipeline tag and link to code
Browse filesThis PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=image-classification and adds a link to the code to download the data.
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: bsd-3-clause
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
Pre-training Dataset: BenthicNet (Production)
|
|
@@ -10,4 +11,6 @@ Architecture: ViT-S
|
|
| 10 |
|
| 11 |
Length: 200 Epochs
|
| 12 |
|
| 13 |
-
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)
|
|
|
|
| 11 |
|
| 12 |
Length: 200 Epochs
|
| 13 |
|
| 14 |
+
BenthicNet: https://arxiv.org/abs/2405.05241
|
| 15 |
+
|
| 16 |
+
Code for downloading the dataset: https://github.com/DalhousieAI/pangaea-downloader
|