Tag: PyTorch
All the articles with the tag "PyTorch".
Projects

Education
BERT Fine-tuning
Improving a Japanese Text-Generation Model through Fine-Tuning BERT.
PythonPyTorchBERTTransformer

Education
Reinforcement Learning with OpenAI Gym
Implementation of Reinforcement Learning Algorithms with OpenAI Gym.
PythonPyTorchGymRLPPODQN

Personal
Build a GPT-like LLM from scratch
An attempt to build a GPT-style LLM from scratch with PyTorch. Covers the full architecture, pre-training loop, decoding strategies, and loading OpenAI GPT-2 weights.
PythonPyTorchTransformerGPT
DEV WIP

Personal
Build Large Reasoning Model (LRM) from scratch
Build a Large Reasoning Model from scratch and turn non-reasoning LLMs into reasoning LLMs.
PythonPyTorchLRMRLGRPOFine-TuningMLX

Personal
Pong (Reinforcement Learning) with WebSocket Backend
Training PPO agents to master Atari Pong using PyTorch and PettingZoo, served to browser via WebSockets.
RLPPOPyTorchFastAPIuvWebSocketPettingZooGymnasium+5
