Madhur-Chotia/LLMs-Mastery
this repo contains LLM and NLP applications starting from how tokenisers are applied, how embedings work, concepts of Masked Language Modelling(MLM), and practical applications of BERT, GPT and T5 using real world use cases, such as Question Answering using BERT, Text Generation using GPT-2, Product Review using T5
No commits in the last 6 months.
Stars
5
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 31, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/Madhur-Chotia/LLMs-Mastery"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ContextualAI/gritlm
Generative Representational Instruction Tuning
xlang-ai/instructor-embedding
[ACL 2023] One Embedder, Any Task: Instruction-Finetuned Text Embeddings
liuqidong07/LLMEmb
[AAAI'25 Oral] The official implementation code of LLMEmb
hpcaitech/CachedEmbedding
A memory efficient DLRM training solution using ColossalAI
ritesh-modi/embedding-hallucinations
This repo shows how foundational model hallucinates and how we can fix such hallucinations using...