tinyllama / README.md
Minh141120's picture
Update README.md
953054f verified
metadata
license: apache-2.0
pipeline_tag: text-generation
tags:
  - cortex.cpp

Overview

The TinyLlama project aims to pretrain a 1.1B Llama model on 3 trillion tokens. This is the chat model finetuned on a diverse range of synthetic dialogues generated by ChatGPT.

Variants

No Variant Cortex CLI command
1 TinyLLama-1b cortex run tinyllama:1b

Use it with Jan (UI)

  1. Install Jan using Quickstart
  2. Use in Jan model Hub:
    cortexhub/tinyllama
    

Use it with Cortex (CLI)

  1. Install Cortex using Quickstart
  2. Run the model with command:
    cortex run tinyllama
    

Credits