Skip to content

Commit 3b15a98

Browse files
committed
Moved the imaged into posts/img folder
1 parent 5f3817d commit 3b15a98

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

assets/images/Pasted.md

Whitespace-only changes.

docs/writing/posts/Karpathy's - let's build GPT from scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ authors:
3030
Character level language model
3131
3232
Method: Bigram (Predict next char using previous char)
33-
![Pasted%20image%2020250130124540](assets/images/Pasted%20image%2020250130124540.png)
33+
![Pasted%20image%2020250130124540](Pasted%20image%2020250130124540.png)
3434
As seens above, it doesn't give good names. Bigram model is not good for predicting next character.
3535

3636
In "bigram" model probabilities become the parameter of bigram language model.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)