as ['', 'output', '_list', '>']
which looks too much like the tokens for closing ['', 'output', '>']
You can see this in - platform.openai.com/tokenizer
It mixes up the two adjacent tag closings into one.
Changing the tag names fixes it
as ['', 'output', '_list', '>']
which looks too much like the tokens for closing ['', 'output', '>']
You can see this in - platform.openai.com/tokenizer
It mixes up the two adjacent tag closings into one.
Changing the tag names fixes it
The txt -> html is driven by a Makefile pattern which now works on BSD make (no GNU make magic).
Fixing this is a whole yak shaving exercise.
The txt -> html is driven by a Makefile pattern which now works on BSD make (no GNU make magic).
Fixing this is a whole yak shaving exercise.