File size: 1,043 Bytes
8524f64 350b6d7 8524f64 36ee374 8524f64 350b6d7 fea1540 d17e51b fea1540 8524f64 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
---
license: llama3.1
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
pipeline_tag: text-generation
tags:
- text-generation-inference
---
> [!NOTE]
> This is a model that is assumed to perform well, but may require more testing and user feedback. Be aware, only models featured within the GUI of GPT4All, are curated and officially supported by Nomic. Use at your own risk.
# About
<!-- ### quantize_version: 3 -->
<!-- ### convert_type: hf -->
<!-- ### quantize_version: 3 -->
<!-- ### convert_type: hf -->
Model converted and quantized by: [3Simplex](https://huggingface.co/3Simplex).<br>
GPT4All v3.1.1 required.
![image/png](https://cdn-uploads.huggingface.co/production/uploads/645e666bb5c9a8666d0d99c5/9T9q6k90ZGa5EJKeSMbru.png)
## Prompt Template
```
<|start_header_id|>system<|end_header_id|>
{system_prompt}<|eot_id|>
```
```
<|start_header_id|>user<|end_header_id|>
{user_input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
{assistant_response}
```
## 128k Context Length
"llama.context_length": 131072 |