Anthony Miyaguchi
commited on
Commit
•
56d0c04
1
Parent(s):
19733df
Add model checkpoint
Browse files- fetch_model.sh +4 -0
- last.ckpt +3 -0
fetch_model.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/usr/bin/bash
|
2 |
+
|
3 |
+
path=gs://dsgt-clef-snakeclef-2024/models/torch-petastorm-v1-cls-token/checkpoints/last.ckpt
|
4 |
+
gcloud storage cp $path .
|
last.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28eae8eefd438883dd21903deee85ecb5355ade592d207cbdd6b946e83ec8da0
|
3 |
+
size 16145720
|