For example, a model that will accept a seemingly basic prompt like what's the status that's mentioned in <span><div>Dummy data</div><div>Status: Live</div></span>?
and will return Live
.
A classic HTML parser will be too specific for this case since the HTML in it is dynamic and could be altered, for example <span>State: Live</span><div>Some text</div>
.
By preferably CDN hosted I mean it would be nice to do it in Vanilla JS via something like @xenova/transformers.