4151 MB
21
3.1k
395
cookbook
language-model
phi-4
phi-4-mini
phi-4-multimodal
phi3
phi3-testing
phi3-vision
phi4
phi4-mini
phi4-multimodal
slm
small-language-model
This is a Phi Family of SLMs book for getting started with Phi Models. Phi a family of open sourced AI models developed by Microsoft. Phi models are the most capable and cost-effective small language models (SLMs) available, outperforming models of the same size and next size up across a variety of language, reasoning, coding, and math benchmarks
Repo health (87%)
Package
No npm package detected in the project root.
Filter syntax examples
.js
will only include paths containing.js
..js$
will only include files with.js
extension.!test,!.lock
will ignore paths containingtest
or.lock
.!.test.js$,!^docs/
will ignore paths ending with.test.js
or starting withdocs/
.!.md$,^README.md$
will ignore all Markdown files (i.e. ending with.md
) except forREADME.md
in the root of the repository.^src/
will exclude all paths, except for the ones starting withsrc/
(i.e. placed in thesrc
folder).
See ghloc for details.