Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
license_link: https://huggingface.co/rhysjones/Phi-3-mini-mango-1/resolve/main/LICENSE
|
4 |
+
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- nlp
|
10 |
+
- code
|
11 |
+
widget:
|
12 |
+
- messages:
|
13 |
+
- role: user
|
14 |
+
content: Can you provide ways to eat combinations of bananas and dragonfruits?
|
15 |
---
|
16 |
+
|
17 |
+
## Model Summary
|
18 |
+
|
19 |
+
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.
|
20 |
+
|
21 |
+
It is a first cut of finetuning Phi-3 (which is a great model!) to explore its properties and behaviour. More to follow.
|
22 |
+
|
23 |
+
You will need to update your local transformers to the development version to run this model (4.40.0-dev0 or above):
|
24 |
+
```
|
25 |
+
pip uninstall -y transformers && pip install git+https://github.com/huggingface/transformers
|
26 |
+
```
|
27 |
+
|
28 |
+
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).
|
29 |
+
|
30 |
+
|
31 |
+
|