levmckinney commited on
Commit
9a43b71
1 Parent(s): 5789839

pythia-70m-deduped-v0 migrated

Browse files
lens/pythia-70m-deduped-v0/config.json CHANGED
@@ -1 +1 @@
1
- {"dropout": 0.0, "identity_init": true, "include_input": true, "mlp_hidden_sizes": [], "rank": null, "shared_mlp_hidden_sizes": [], "share_weights": false, "sublayers": false, "num_layers": 6, "vocab_size": 50304, "bias": true, "d_model": 512}
 
1
+ {"base_model_name_or_path": "EleutherAI/pythia-70m-deduped-v0", "d_model": 512, "num_hidden_layers": 6, "bias": true, "base_model_revision": "ec30f7539a604fcb0b7fbba04fb1eb0110735d29", "unemebd_hash": "6c42572c654f76afb6ad30aafac2644308d5e3e708ee54051fa9d4e043918f3a", "lens_type": "linear_tuned_lens"}
lens/pythia-70m-deduped-v0/params.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc81f39274f8bb18da904101855903a3fbb885a21a27c5e4a66a90ce306f85d9
3
- size 109334503
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbfc06e4d8733b1fccd5e1bb9cabd845072abfc8b92902ae1bbcbb2763fbc014
3
+ size 6306739
migrate.sh CHANGED
@@ -2,7 +2,7 @@
2
 
3
  set -e
4
 
5
- for i in pythia-1.4b-deduped-v0,EleutherAI/pythia-1.4b-deduped-v0
6
  do
7
  IFS=","
8
  set -- $i
 
2
 
3
  set -e
4
 
5
+ for i in pythia-70m-deduped-v0,EleutherAI/pythia-70m-deduped-v0
6
  do
7
  IFS=","
8
  set -- $i