Skip to content

Instantly share code, notes, and snippets.

View coetry's full-sized avatar
⚛️
compiling my thoughts into something simpler

Allen Hai coetry

⚛️
compiling my thoughts into something simpler
  • Houston
View GitHub Profile
@coetry
coetry / LLM.md
Created March 29, 2023 05:29 — forked from rain-1/LLM.md
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.

@coetry
coetry / todolist.jsx
Created June 14, 2018 12:18 — forked from marekdano/todolist.jsx
Simple Todo list app using React and ES6 with functions delete a todo and/or mark a todo as done
import React from 'react';
/*
Todo app structure
TodoApp
- TodoHeader
- TodoList
- TodoListItem #1
- TodoListItem #2