LLM Full Libray Map : Major LLM Otions
A fully mapped Libray of LLM options for integrated use desgined around giving you full control of the models and performance on par with Chat GPT.
A data mapping project website dedicated to simplifying the integration of LLM (Language Model) utilization into AI/ML workflows full repo located Here.
A fully mapped Libray of LLM options for integrated use desgined around giving you full control of the models and performance on par with Chat GPT.
Vicuna is an open-source LLM that was trained by fine-tuning the LLaMA model on conversation data shared by users from ShareGPT. The model was trained primarily to serve as an LLM and Chatbot
A Oen source LLM that the Databricks team created based on EleutherAI's Pythia model and they later fine-tuned on approximately 15,000 record instruction corpus. It comes under Apache 2 license
The Stanford University developed open-source language model Alpaca. It is based on Meta's large-scale language model LLaMA. The team used OpenAI's GPT API (text-davinci-003) to fine tune the LLaMA 7 billion (7B) parameters sized model.
OpenLLM is an open-source platform designed to facilitate the deployment and operation of large language models (LLMs) in real-world applications. With OpenLLM, you can run inference on any open-source LLM, deploy them on the cloud or on-premises, and build powerful AI applications
Llama 2 was pretrained on publicly available online data sources. The fine-tuned model, Llama Chat, leverages publicly available instruction datasets and over 1 million human annotations. Learn more. Code Llama. Code Llama is a code generation model built on Llama 2, trained on 500B tokens of code.
LangChain is a framework designed to simplify the creation of applications using large language models. As a language model integration framework, LangChain's use-cases largely overlap with those of language models in general, including document analysis and summarization, chatbots, and code