update readme

This commit is contained in:
Awni Hannun 2023-12-14 08:37:34 -08:00
parent 3d2a23184a
commit 0c1c500714

View File

@ -1,9 +1,11 @@
# Phi-2 # Phi-2
Phi-2 is a 2.7B parameter model released by Microsoft[^1] and trained on a mixture Phi-2 is a 2.7B parameter language model released by Microsoft[^1] with
of GPT-4 outputs and clean web-text. Its performance rivals much larger models. performance that rivals much larger models. It was trained on a mixture of
GPT-4 outputs and clean web text.
Phi-2 efficiently runs on an Apple silicon device with 8 GB memory in 16-bit precision. Phi-2 efficiently runs on Apple silicon devices with 8GB of memory in 16-bit
precision.
## Setup ## Setup