Skip to content

harnalashok/LLMs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLMs

loginto huggingface howto

See this notebook

  1. Note on LLMS
  2. LLM use cases
  3. Proprietary services
  4. Open source models
  5. Sentence transformers
  6. Smeantic Search
  7. Approx nearest neighbour search
  8. Retireve and Re-rank
  9. Retieval: Bi-Encoder 10.Re-Ranker: Cross-Encoder
  10. How FAISS works
  11. What is vector store?
  12. How are vector databases used?
  13. What are the benefits of vector databases?
  14. What is LLM Prompter?
  15. What is quantization?
  16. Why GGUF format?
  17. Complete chatbot cycle? Notebooks and other material on LLMs
  1. NLP Moore's Law
  2. Resources
  3. Prompt Engineering

Six strategies for getting better results
Chain of thought
Example of complete prompt
What is Zero-Shot Chain-of-Thought prompting?

4.Prompts for general coding workflows
5.What is RAG

What is the difference between Retrieval-Augmented Generation and semantic search?

1.A list/collection of open source and/or local AI tools and solutions.
2.Byte Pair Encoding
3.What is Ollama?

Models supported by ollama. See List here
Create custom ollama models by using Modelfile and also see this Modelfile on github
Ollama based webUIs

Where are ollama models stored?

4.What is ollama-index

Why LlamaIndex for Context Augmentation?

5.Nomic Text Embeddings 6.How are LLM models named
7.Types of LLM models

Uncensored models--What are they? with examples

Why self-supervised learning

Distortion
Rotation
Patches

2.langchain

Why is langchain important? langchain use cases with example code
How does langchain work?
What are core components of langchain?
LLM Parameters (temperature, top-k etc)

langchain QuickStart

langchain API Reference langchain video lectures
langchain simple tutorials
Broad steps for RAG
How is langchain organized
Installation
Wrining Prompts
How to create a prompt
Chains in langchain
LLM Chain
Sequential Chain
Retrieval chain
Getting data from the Web
FAISS
Generate Answers to Questions using LLM
Conversational Retrieval Chain
Reading pdf files: from disk from folder/directory

Simple RAG for GitHub issues using Hugging Face Zephyr and LangChain Link

What is a RAG
RAG on Colab using Huggingface models and langchain
Creating and using Quantized models
Using FAISS library
Design prompt template
HuggingFace pipeline and langchain pipeline wrapper

About

Notebooks and other material on LLMs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages