Hacker News new | ask | show | jobs
Show HN: Leverage Falcon 7B blog post (medium.com)
1 points by rsaha7 1010 days ago
Hi HN community, I wrote this short blog post on ways to leverage the LLM Falcon 7B.

In this blog post I cover: - zero shot prompting - few shot prompting - Finetuning with QLoRA

I evaluate how Falcon does on classification tasks when compared to Bert and Distilbert.

Moreover, I talk about different ways you can deploy the model, and the associated costs!

The code for all of my experiments are available on: https://github.com/georgian-io/LLM-Finetuning-Hub

Happy reading and learning!