Skip to content

realquantumcookie/CS182_FP_Milestone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS182 FP

Our final project for CS182 Spring 2023 is to create a NanoGPT HW Problem Set. This final project includes jupyer notebook full of instructions and tutorials for students to complete the problem set, and an autograder solution for grading.

Setup

pip install -r requirements.txt

Usage

Note that the .ipynb file contains commented out solutions to the problems. You need to manually strip them out before distributing them to students

To distribute this jupyter notebook to students, zip the following files:

  • ./grader
  • ./nano_gpt.ipynb
  • ./requirements.txt
  • ./README.md

Then, upload the zip file to the course website.

Grading

Usage:

from grader_internal import Autograder
import numpy as np

grad = Autograder()
grad.grade(np.load("submission.npz"))

About

CS182 Final Project Milestone Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published