Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
- code
|
10 |
---
|
11 |
|
12 |
-
#
|
13 |
|
14 |
This is a large language model that was released by Microsoft on May
|
15 |
21st, 2024. It has an outstanding context size, which makes it good for
|
@@ -17,9 +17,9 @@ summarizing and extracting information from large bodies of text. It's
|
|
17 |
also been fine-tuned to follow your instructions.
|
18 |
|
19 |
- Model creator: [Microsoft](https://huggingface.co/microsoft)
|
20 |
-
- Original model: [microsoft/Phi-3-medium-128k-instruct](https://huggingface.co/
|
21 |
|
22 |
-
Mozilla has packaged the
|
23 |
call [llamafiles](https://github.com/Mozilla-Ocho/llamafile). This gives
|
24 |
you the easiest fastest way to use the model on Linux, MacOS, Windows,
|
25 |
FreeBSD, OpenBSD and NetBSD systems you control on both AMD64 and ARM64.
|
@@ -74,7 +74,7 @@ History template:
|
|
74 |
Command template:
|
75 |
|
76 |
```
|
77 |
-
./
|
78 |
```
|
79 |
|
80 |
## Testing
|
|
|
9 |
- code
|
10 |
---
|
11 |
|
12 |
+
# Phi 3 Medium 128k Instruct - llamafile
|
13 |
|
14 |
This is a large language model that was released by Microsoft on May
|
15 |
21st, 2024. It has an outstanding context size, which makes it good for
|
|
|
17 |
also been fine-tuned to follow your instructions.
|
18 |
|
19 |
- Model creator: [Microsoft](https://huggingface.co/microsoft)
|
20 |
+
- Original model: [microsoft/Phi-3-medium-128k-instruct](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct)
|
21 |
|
22 |
+
Mozilla has packaged the Phi-3 model into executable weights that we
|
23 |
call [llamafiles](https://github.com/Mozilla-Ocho/llamafile). This gives
|
24 |
you the easiest fastest way to use the model on Linux, MacOS, Windows,
|
25 |
FreeBSD, OpenBSD and NetBSD systems you control on both AMD64 and ARM64.
|
|
|
74 |
Command template:
|
75 |
|
76 |
```
|
77 |
+
./Phi-3-medium-128k-instruct.Q6_K.llamafile -e -p '<|user|>\nQuestion <|end|>\n<|assistant|>'
|
78 |
```
|
79 |
|
80 |
## Testing
|