Ryan Mullins
Ryan Mullins
Thanks for this, @dleve123!
> Hi @jameswex any end to end code to add custom model and dataset for Roberta classification task. Or, are you planning to have one notebook(.ipynb) to get started with...
@SpamDude15 not for models. There are too many modeling frameworks, and increasingly serving frameworks, for our research team to keep up with. Instead we've chosen to go the self-service route....
@SpamDude15 cant say I'm familiar with [PPM images](https://netpbm.sourceforge.net/doc/ppm.html), but they seem like [Pillow can read them](https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#ppm). LIT passes around all images in base64 encoding (makes it easier to visualize in...
Yup, that'll work for pretty much any image Pillow supports. The more specific`ImageBytes` subclasses are really just there for people who do pre- or post-processing on images and want a...
Closing this issue due to inactivity.
This was fixed in LIT v0.5. Closing.
Update to this before closing: The LIT v1.0 release updated the `Model.predict` type annotations to be an `Iterable` instead of a `list`.
Closing this issue due to inactivity.
Yup, totally get the can of worms this could potentially open. What about a phased approach -- baking in a limited set of fixed width fonts (even just 2), then...