TinyLlama: An Open-Source Small Language Model

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • TinyLlama

    The TinyLlama project is an open endeavor to pretrain a 1.1B Llama model on 3 trillion tokens.

  • GitHub repo with links to the checkpoints: https://github.com/jzhang38/TinyLlama

  • llm.f90

    LLM inference in Fortran

  • Also, I should promote the code I wrote for running this. It runs models in ggml format, the one I made available is an older checkpoint though. It's easy to convert the newer one. And it's in Fortran but it should be easy to get gfortran if you don't have it installed.

    https://github.com/rbitr/llm.f90/tree/optimize16/purefortran

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • SimpleTinyLlama

    https://github.com/jzhang38/TinyLlama using only PyTorch

  • Here is another inference implementation in Python (only dependency is PyTorch).

    https://github.com/99991/SimpleTinyLlama

    The new checkpoints did not seem much better and they changed the chat format for some reason, so I did not port the new checkpoints yet. Perhaps I'll get to it this weekend.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Blue-Recorder, a Simple Screen Recorder Written in Rust

    3 projects | news.ycombinator.com | 3 May 2024
  • How to Detect AI Hallucinations

    5 projects | dev.to | 3 May 2024
  • Python Day 10 - Meme Magic 😍: Building a Custom Meme Generator with Python

    1 project | dev.to | 3 May 2024
  • "No" is not an actionable error message

    1 project | news.ycombinator.com | 3 May 2024
  • I Spent 24 Hours with GitHub Copilot Workspaces

    1 project | news.ycombinator.com | 3 May 2024