phi-3.5 / README.md
Minh141120's picture
Update README.md
7fd139a verified
metadata
license: mit
pipeline_tag: text-generation
tags:
  - cortex.cpp

Overview

Microsoft developed and released the Phi-3.5 model, a state-of-the-art large language model built upon the Phi-3 architecture. With its focus on high-quality, reasoning-dense data, this model represents a significant advancement in instruction-tuned language models. Phi-3.5 has been fine-tuned through supervised learning, proximal policy optimization (PPO), and direct preference optimization (DPO) to ensure precise instruction following and robust safety measures. Supporting a 128K token context length, the model demonstrates exceptional performance in tasks requiring extended context understanding and complex reasoning. The model's training data consists of synthetic datasets and carefully filtered publicly available web content, inheriting the high-quality foundation established in the Phi-3 series.

Variants

No Variant Cortex CLI command
1 Phi-3.5-3b cortex run phi-3.5:3b

Use it with Jan (UI)

  1. Install Jan using Quickstart
  2. Use in Jan model Hub:
    cortexso/phi-3.5
    

Use it with Cortex (CLI)

  1. Install Cortex using Quickstart
  2. Run the model with command:
    cortex run phi-3.5
    

Credits