Files
ReWiz-Llama-3.1-8B-v2/config.json

11 lines
211 B
JSON
Raw Permalink Normal View History

{
"architectures": [
"LlamaForCausalLM"
],
"model_type": "llama",
"torch_dtype": "float16",
"prompt_template": {
"type": "alpaca",
"description": "Alpaca instruction-following format"
}
}