Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 532 Bytes

File metadata and controls

11 lines (8 loc) · 532 Bytes

Auto-Blog-Generator-using-Llama-2

An End-to-End Blog Generator project using Streamlit, Llama-2 and huggingface API.

Model: Before starting create user in meta.ai for using Llama chat or other models. I used a pre-trained Llama-2 which was open-sourced in huggingface and trined using 2 trillion tokens of data points This particular Llama model was trained with 7 billion parameters, which can be fine-tuned further

User interface: Streamlit- an open-source library for creating user interaction pages and functionalities.