TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

LlamaTune: Fine-tune llama 2 models on JSON chat data

6 pointsby hkonstialmost 2 years ago

1 comment

hkonstialmost 2 years ago
I wanted to fine-tune the recently released Llama 2. To my surprise there weren’t any ready-to-use packages out there (even for the original llama) that I could just give a JSON file with conversations to train on. It took me forever to get this right so I decided to turn this into a pip package so others don’t have to go through the same pain. Enjoy!