diff --git a/_posts/2025-11-09-be-right-back.md b/_posts/2025-11-09-be-right-back.md new file mode 100644 index 0000000..dcd5ae7 --- /dev/null +++ b/_posts/2025-11-09-be-right-back.md @@ -0,0 +1,54 @@ +--- +title: "Summoning Ghosts" +layout: post +featured-video: +featured-poster: +featured-gif: +mathjax: false +python-interactive: false +categories: [Algorithms, A.I., M.L.] +summary: Walking through a +--- + +Things to talk about: + +- chat.db / address_book.db + - attribute body + - snapshotting logic + - memory implications +- fine-tuning woes + +``` +--base-model TinyLlama/TinyLlama-1.1B-Chat-v1.0 +--base-model mlx-community/Llama-3.2-3B-Instruct-4bit +--base-model mlx-community/Llama-3.1-8B-Instruct-4bit +--base-model mlx-community/phi-3-mini-intruct +--base-model mlx-community/Phi-4-mini-instruct-4bit +--base-model microsoft/Phi-4-mini-instruct +``` + +## iMessage `sqlite3` Schemas + +### `chat.db` + +
Chronological order, newest first