Phi-3-mini-mango-1 / README.md
rhysjones's picture
Update README.md
18aa4d2 verified
|
raw
history blame
1.08 kB
metadata
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 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 (incurrs a small degredation in the abilities of the model).