-
transformers Public
Forked from huggingface/transformers🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
Python Apache License 2.0 UpdatedNov 26, 2025 -
wrap-openai Public
Wrap custom generate function as an OpenAI SDK compatible API service.
-
Mini-LLM Public
本项旨在基于较小的算力,实现常见的模型训练和推理demo,并编写一个能够复用的demo框架。后续在学习其他模型时,只需添加模型模块即可,从而能够将主要精力聚焦在模型架构的学习上。
-
-
transformer-from-scratch Public
手撕transformer并完成一个简单的机器翻译。