|
|
|
|
|
by miki123211
246 days ago
|
|
Text is actually one-dimensional, writing is two-dimensional. To a pure LLM, characters 15 and 16 at line 1 are considered adjacent, but there's no relationship between character 15 of line 1 and character 15 of line 2. A vision model (which considers text as squiggles, not UTF8 codepoints), such a relationship does exist. |
|