File size: 565 Bytes
5c41b12 20e2efc 5c41b12 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
base_model: openlm-research/open_llama_3b
inference: True
model_type: llama
prompt_template: |
### Instruction:\n
{prompt}
### Response:
created_by: mwitiderrick
tags:
- transformers
---
# OpenLLaMA: An Open Reproduction of LLaMA
This is an [OpenLlama model](https://huggingface.co/openlm-research/open_llama_3b) that has been fine-tuned on 2 epochs of the first 5000 samples from the
[Open-Platypus](https://huggingface.co/datasets/garage-bAInd/Open-Platypus) dataset.
The modified version of the dataset can be found [here](mwitiderrick/Open-Platypus) |