GenAIDevTOProd commited on
Commit
a90412e
·
verified ·
1 Parent(s): d7c8a52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.