File size: 1,083 Bytes
e47fdea 11cc6fc e47fdea 11cc6fc 18aa4d2 11cc6fc 18aa4d2 11cc6fc |
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 |
---
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 development version to run this model (4.40.0-dev0 or above):
```
pip uninstall -y transformers && pip install git+https://github.com/huggingface/transformers
```
If this isn't possible, you can run the llamafied version of the model available at [rhysjones/Phi-3-mini-mango-1-llamafied](https://huggingface.co/rhysjones/Phi-3-mini-mango-1-llamafied) (incurrs a small degredation in the abilities of the model).
|