This is a PyTorch based library my team and I have been working on for the last few months, with the goal of making finetuning and using models as easy as possible for devs, even without extensive ML experience.<p>We've currently got support for text and image-based tasks (classification, generation, q&a, etc.), with wrappers around models like Google's T5, OpenAI's CLIP, GPT-2, Facebook's BART, and others.<p>We've got some features that make deployment easy, but for full transparency, it is through a paid platform [0] we've developed that is by no means necessary to use the library.<p>We're happy with the progress we've made, but we're curious to hear what people think so we can keep improving.<p>[0] <a href="https://backprop.co" rel="nofollow">https://backprop.co</a>
Just commented on your last post so copying here:<p>This looks pretty slick! Can you give any sort of average number of seconds your pre-trained models run for? Just curious approximately how many API calls one could make on each tier given the per second usage pricing.