Repository navigation

#

transformers

microsoft/generative-ai-for-beginners

21 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/

Jupyter Notebook
78537
5 天前
labmlai/annotated_deep_learning_paper_implementations

🧑‍🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

Python
60091
8 个月前

Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch

Python
22510
1 个月前
deepset-ai/haystack

AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.

Python
20356
1 天前

🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.

Python
18143
2 天前

DocsGPT is an open-source genAI tool that helps users get reliable answers from knowledge source, while avoiding hallucinations. It enables private and reliable information retrieval, with tooling and agentic system capability built in.

TypeScript
15551
1 天前

RWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RNN and transformer - great performance, linear time, constant space (no kv-cache), fast training, infinite ctx_len, and free sentence embedding.

Python
13523
12 天前

State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!

JavaScript
13451
3 天前

Ongoing research training transformer models at scale

Python
12116
3 小时前

This repository contains demos I made with the Transformers library by HuggingFace.

Jupyter Notebook
10731
3 个月前
huggingface/tokenizers

💥 Fast State-of-the-Art Tokenizers optimized for Research and Production

Rust
9596
3 天前

An implementation of model parallel GPT-2 and GPT-3-style models using the mesh-tensorflow library.

Python
8288
3 年前