Add pipeline tag and link to code (#1)
Browse files- Add pipeline tag and link to code (87c998883d9cc89d27a68ab5be5ba2efba86025b)
Co-authored-by: Niels Rogge <[email protected]>
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
|