Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mlx-community
/
CodeLlama-7b-mlx
like
10
Follow
MLX Community
2,151
Text Generation
MLX
llama
facebook
meta
llama-2
codellama
License:
llama2
Model card
Files
Files and versions
Community
6
Train
Use this model
6020370
CodeLlama-7b-mlx
/
config.json
pcuenq
HF staff
params.json -> config.json, add model_type
755586a
11 months ago
raw
Copy download link
history
blame
Safe
187 Bytes
{
"dim"
:
4096
,
"n_layers"
:
32
,
"n_heads"
:
32
,
"multiple_of"
:
256
,
"ffn_dim_multiplier"
:
1.0
,
"norm_eps"
:
1e-5
,
"rope_theta"
:
1000000
,
"model_type"
:
"llama"
}