From 8d1c0fc5514cdd561bd0d70b284c98a84a95975d Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Sat, 1 Jun 2024 17:44:53 +0100 Subject: [PATCH] z --- README.md | 44 ++++++++++++++------------------------------ 1 file changed, 14 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index d5506ef..881bbd6 100644 --- a/README.md +++ b/README.md @@ -35,36 +35,20 @@ this shiz aims to do the same but for HTML, such that: > X becomes: -> < -> html -> > -> < -> head -> > -> < -> meta -> _ -> http -> equiv -> = -> utf -> 8 -> > -> </ -> meta -> > -> a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k -> l +> <html><head><meta_httpequiv=utf8></meta> + +- a +- b +- c +- d +- e +- f +- g +- h +- i +- j +- k +- l tokenizers for generation need to be able to decode reversibly,