Skip to content

Instantly share code, notes, and snippets.

View sgunadhya's full-sized avatar
🌿
Focusing

Sushant Srivastava sgunadhya

🌿
Focusing
View GitHub Profile
@rain-1
rain-1 / LLM.md
Last active May 17, 2024 05:49
LLM Introduction: Learn Language Models

Purpose

Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.

Avoid being a link dump. Try to provide only valuable well tuned information.

Prelude

Neural network links before starting with transformers.

@ColtonProvias
ColtonProvias / fountain.py
Created January 3, 2014 04:18
Fountain parser for Python 3.
"""
fountain.py
Ported to Python 3 by Colton J. Provias - cj@coltonprovias.com
Based on Fountain by Nima Yousefi & John August
Original code for Objective-C at https://github.com/nyousefi/Fountain
"""
COMMON_TRANSITIONS = {'FADE OUT.', 'CUT TO BLACK.', 'FADE TO BLACK.'}