Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
CodeLlama-7b-Python
like
0
Model card
Files
Files and versions
Community
4
refs/pr/3
CodeLlama-7b-Python
/
params.json
camenduru
thanks to facebookresearch/codellama ❤
3b154c9
over 1 year ago
raw
Copy download link
history
blame
Safe
163 Bytes
{
"dim"
:
4096
,
"n_layers"
:
32
,
"n_heads"
:
32
,
"multiple_of"
:
256
,
"ffn_dim_multiplier"
:
1.0
,
"norm_eps"
:
1e-5
,
"rope_theta"
:
1000000
}