phi-2-instruct-v1 / README.md
timothyckl's picture
Update README.md
1c75966 verified
|
raw
history blame
No virus
391 Bytes
---
library_name: transformers
tags: []
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
Phi-2 finetuned on [c-s-ale/alpaca-gpt4-data](https://huggingface.co/datasets/c-s-ale/alpaca-gpt4-data) dataset.
Trained only on first 9k samples for 1 epoch.
Prompt format:
```
### INSTRUCTION:
{instruction}
### INPUT:
{input}
### RESPONSE:
{output}
```