Skip to content

Commit

Permalink
Update notes.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikedupont2 authored Jul 28, 2024
1 parent 30b3526 commit 9fa227e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 2024/07/28/notes.org
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
* Idea of the day

Now feeding a python program into this llm, we can embed the tokens into vectors.
The Abstract Syntax Tree (AST) of the compiler also embeds the tokens.
Consider a simple python program of "print(1+2+3)".

Feeding this python program into a llm, we can embed the tokens into vectors.
The Abstract Syntax Tree (AST) of the compiler also embeds the tokens into a different but equivalent form.

Consider positional encoding in a large language model,
this takes each token and apply extra information to each token that gives it some
Expand Down

0 comments on commit 9fa227e

Please sign in to comment.