Spaces:
Running
Running
levmckinney
commited on
Commit
•
e8403e5
1
Parent(s):
ab69474
pythia-1b-deduped-v0 migrated
Browse files
lens/pythia-1b-deduped-v0/config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"
|
|
|
1 |
+
{"base_model_name_or_path": "EleutherAI/pythia-1b-deduped-v0", "d_model": 2048, "num_hidden_layers": 16, "bias": true, "base_model_revision": "021f79f50ff000ae1c159e22402ffec62284664d", "unemebd_hash": "b97dd35a220ea2694e263be05d2f19129fc5725c1d201d83eae5a78eeebcf527", "lens_type": "linear_tuned_lens"}
|
lens/pythia-1b-deduped-v0/params.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e10ed1a0b10251aaf1b7c542f14ad2c7a850103dfdffcd9da3d21e107d779eeb
|
3 |
+
size 268573731
|
migrate.sh
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
set -e
|
4 |
|
5 |
-
for i in
|
6 |
do
|
7 |
IFS=","
|
8 |
set -- $i
|
|
|
2 |
|
3 |
set -e
|
4 |
|
5 |
+
for i in pythia-1b-deduped-v0,EleutherAI/pythia-1b-deduped-v0 pythia-6.9b-deduped-v0,EleutherAI/pythia-6.9b-deduped-v0 opt-1.3b,facebook/opt-1.3b pythia-410m-deduped-v0,EleutherAI/pythia-410m-deduped-v0 pythia-12b-deduped-v0,EleutherAI/pythia-12b-deduped-v0 gpt-neox-20b,EleutherAI/gpt-neox-20b
|
6 |
do
|
7 |
IFS=","
|
8 |
set -- $i
|