Interpreting Pangram
Armin Ronacher experiments with Pangram, an AI text detector, by using an LLM to recreate a tweet and analyzing the results.
Armin Ronacher experiments with Pangram, an AI text detector, by using an LLM to recreate a tweet and analyzing the results.
Explores Scriban, a lightweight .NET templating engine for text and Liquid templates, with code examples and use cases.
A technical guide to generating realistic text using Markov chains, from basic weather simulation to building a text generator from scratch in Python.
A tutorial on using HuggingFace's API to access and fine-tune OpenAI's GPT-2 model for text generation.
A technical guide on implementing Markov chains in Swift to generate realistic but nonsensical text from a given corpus.