Phi-3-mini-mango-1 / README.md
rhysjones's picture
Update README.md
0384da4 verified
|
raw
history blame
818 Bytes
---
license: mit
license_link: https://huggingface.co/rhysjones/Phi-3-mini-mango-1/resolve/main/LICENSE
language:
- en
pipeline_tag: text-generation
tags:
- nlp
- code
widget:
- messages:
- role: user
content: Can you provide ways to eat combinations of bananas and dragonfruits?
---
## Model Summary
The Phi-3-mini-mango-1 is an instruct finetune of [Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) with 4K context and 3.8B parameters.
It is a first cut of finetuning Phi-3 (which is a great model!) to explore its properties and behaviour. More to follow.
You will need to update your local transformers to the latest version to run this model (4.41.0 or above):
```
pip install -U transformers
```
This version has the support for the new Phi-3 model type.