File size: 818 Bytes
e47fdea
 
11cc6fc
 
 
 
 
 
 
 
 
 
 
 
e47fdea
11cc6fc
 
 
 
 
 
 
0384da4
11cc6fc
0384da4
11cc6fc
 
0384da4
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 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.