Add pipeline tag and link to code
#1
by
nielsr
HF staff
- opened
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
|