Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
Markov vs Transformer: Text Generation Experiment
|
5 |
|
6 |
This project compares classic statistical models (Markov chains & n-grams) with modern transformers (GPT-2) on the same text corpus (Pushkin’s poetry).
|
7 |
It highlights the jump from local memory to long-context reasoning in text generation.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
## Markov vs Transformer: Text Generation Experiment
|
5 |
|
6 |
This project compares classic statistical models (Markov chains & n-grams) with modern transformers (GPT-2) on the same text corpus (Pushkin’s poetry).
|
7 |
It highlights the jump from local memory to long-context reasoning in text generation.
|