How to use from
llama.cpp
# Gated model: Login with a HF token with gated access permission
hf auth login
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf justinj92/phi2-platypus:
# Run inference directly in the terminal:
llama-cli -hf justinj92/phi2-platypus:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf justinj92/phi2-platypus:
# Run inference directly in the terminal:
llama-cli -hf justinj92/phi2-platypus:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf justinj92/phi2-platypus:
# Run inference directly in the terminal:
./llama-cli -hf justinj92/phi2-platypus:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf justinj92/phi2-platypus:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf justinj92/phi2-platypus:
Use Docker
docker model run hf.co/justinj92/phi2-platypus:
Quick Links

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Model Card for Phi2-Platypus

Model Details

Model Description

  • Developed by: [JJ]
  • Model type: [SLM]
  • Language(s) (NLP): [English]
  • Finetuned from model [optional]: [microsoft/Phi-2]

Uses

Research Only

Training Details

Training Data

[garage-bAInd/Open-Platypus] dataset is used for 4 Epochs

Training Procedure

Built with Axolotl

Environmental Impact

  • Hardware Type: [1 VM with 2 A10 GPUs]
  • Hours used: [20 Hours]
  • Cloud Provider: [Azure]
  • Compute Region: [South Central US]
  • Carbon Emitted: [Experiments were conducted using Azure in region southcentralus, which has a carbon efficiency of 0.46 kgCO$_2$eq/kWh. A cumulative of 20 hours of computation was performed on hardware of type NVIDIA A10.Total emissions are estimated to be 2.3 kgCO$_2$eq of which 100 percents were directly offset by the cloud provider.]
Downloads last month
-
Safetensors
Model size
3B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for justinj92/phi2-platypus

Quantizations
1 model

Dataset used to train justinj92/phi2-platypus