zeno-ml / zeno

AI Data Management & Evaluation Platform
https://zenoml.com
MIT License
214 stars 10 forks source link

consider renaming @inference to @playground #654

Closed xnought closed 1 year ago

xnought commented 1 year ago

My dumbo brain keeps interpreting the inference decorator as the model decorator. I think it's because I associate inference with making a ton of predictions.

In a way, the gradio interface is more like a model playground area. People can play around with the model here. Why not name the decorator playground instead?

Or perhaps this is a non-issue. I don't have a strong opinion here.

xnought commented 1 year ago

@cabreraalex thoughts?

cabreraalex commented 1 year ago

100% I hate the name now. idk about playground though

xnought commented 1 year ago

hmmm hopefully the name arises for what it actually is.

What do you do with it?

Can build interfaces with gradio components and your model.

What makes it unique compared to the other Zeno tabs?

Can see live model output with your own data. For example, text classification, you can drag and drop an image to see a model classify the result.

With Zeno, you have to define data with the config. Adding more data to test a few instances is not necessarily the easiest.

cabreraalex commented 1 year ago

actually playground is growing on me

cabreraalex commented 1 year ago

honestly @model should be @inference

xnought commented 1 year ago

Actually true that.

Only caveat: I'm trying to think are there models that don't infer stuff? Do generative models use that inference verbage?

cabreraalex commented 1 year ago

okay WILL DO