Skip to content

MonteYin/CS336-assignment-montey

Repository files navigation

CS336 Assignment Solutions By Monte

This repository contains my personal solutions to the CS336 (Language Modeling from Scratch) course assignments from Stanford's Spring 2025 offering.

About

CS336 is a course focused on building language models from the ground up, covering fundamental concepts in natural language processing, tokenization, model architectures, and optimization techniques.

Repository Structure

.
├── assignment1-basics/    # Assignment 1: Basics
│   ├── cs336_basics/     # Core implementation code
│   ├── tests/            # Unit tests
│   └── README.md         # Assignment-specific instructions
└── README.md             # This file

Assignments

Assignment 1: Basics

The first assignment covers fundamental concepts including:

  • Tokenization and pretokenization
  • Basic model implementation
  • Optimization techniques

See assignment1-basics/README.md for detailed instructions and assignment1-basics/cs336_spring2025_assignment1_basics.pdf for the full assignment handout.

Acknowledgments

  • Stanford CS336 course staff for providing the assignment framework and materials
  • Original assignment repository and course resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors