Tag: Models

  • LLama Long

    LLama Long

    Meta built LLama Long on the foundation of OpenLLaMA and refined it using the Focused Transformer (FoT) method. LongLLaMA Code stands upon the base of Code Llama. Dev team released a more compact 3B base variant (not instruction tuned) of the LongLLaMA model under a lenient license (Apache 2.0) and offered inference code that accommodates…

  • LLamaIndex Installation and Setup

    LLamaIndex Installation and Setup

    LlamaIndex, previously known as GPT Index, is a data framework designed for LLM applications, facilitating the intake, organization, and retrieval of specialized or private data. Here’s what LlamaIndex offers: Installation from Pip You can simply do: IMPORTANT: LlamaIndex might download and save files locally from different packages like NLTK, HuggingFace, etc. To specify the storage…

  • The Llama Ecosystem

    The Llama Ecosystem

    It’s been approximately seven months since Meta released Llama 1 and just a few months since the introduction of Llama 2, which was soon followed by the launch of Code Llama. The feedback from the community has been overwhelming. There’s been significant momentum and innovation, with over 30 million downloads of Llama-based models via HuggingFace…