Add pipeline tag, library name, link to code (#1)
Browse files- Add pipeline tag, library name, link to code (580137aee24cab362cf6d0dbaf37f34c6479dc90)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
license: bsd-3-clause
|
|
|
|
|
3 |
---
|
|
|
4 |
Pre-training Dataset: BenthicNet (Training)
|
5 |
|
6 |
Method: Barlow Twins
|
@@ -9,4 +12,6 @@ Architecture: ResNet-50
|
|
9 |
|
10 |
Length: 400 Epochs
|
11 |
|
12 |
-
BenthicNet: https://arxiv.org/abs/2405.05241
|
|
|
|
|
|
1 |
---
|
2 |
license: bsd-3-clause
|
3 |
+
library_name: pytorch
|
4 |
+
pipeline_tag: image-classification
|
5 |
---
|
6 |
+
|
7 |
Pre-training Dataset: BenthicNet (Training)
|
8 |
|
9 |
Method: Barlow Twins
|
|
|
12 |
|
13 |
Length: 400 Epochs
|
14 |
|
15 |
+
BenthicNet: https://arxiv.org/abs/2405.05241
|
16 |
+
|
17 |
+
Code for downloading: https://github.com/DalhousieAI/pangaea-downloader
|