awni commited on
Commit
f34c38d
·
1 Parent(s): 158eb51

update to new format

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. params.json +1 -0
  3. tokenizer.model +0 -0
  4. llama-2-7b.npz → weights.npz +2 -2
README.md CHANGED
@@ -26,7 +26,7 @@ export HF_HUB_ENABLE_HF_TRANSFER=1
26
  huggingface-cli download --local-dir Llama-2-7b-mlx mlx-llama/Llama-2-7b-mlx
27
 
28
  # Run example
29
- python mlx-examples/llama/llama.py Llama-2-7b-mlx/llama-2-7b.npz Llama-2-7b-mlx/tokenizer.model "My name is "
30
  ```
31
 
32
  Please, refer to the [original model card](https://huggingface.co/meta-llama/Llama-2-7b/tree/main) for details on Llama 2.
 
26
  huggingface-cli download --local-dir Llama-2-7b-mlx mlx-llama/Llama-2-7b-mlx
27
 
28
  # Run example
29
+ python mlx-examples/llama/llama.py Llama-2-7b-mlx/ Llama-2-7b-chat-mlx/tokenizer.model "My name is "
30
  ```
31
 
32
  Please, refer to the [original model card](https://huggingface.co/meta-llama/Llama-2-7b/tree/main) for details on Llama 2.
params.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"dim": 4096, "multiple_of": 256, "n_heads": 32, "n_layers": 32, "norm_eps": 1e-05, "vocab_size": -1}
tokenizer.model CHANGED
Binary files a/tokenizer.model and b/tokenizer.model differ
 
llama-2-7b.npz → weights.npz RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:972e4c45b030eb2f71b1335c484f029c0844011c07c725130dddbc06b67b4b49
3
- size 13476918398
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:626b9b6158cc36a3eec08eec6e4cca444d76ece81ec3dd820f3c954037e398c9
3
+ size 13476919308