Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi! I'M Building A Model Registry With Clearml And I Can'T Figure Out How To Do Model Versioning: Is There A Way To Set Model Versions And Load Specific Versions Of Models For Experiments And Serving Somehow?

Hi! I'm building a model registry with ClearML and i can't figure out how to do model versioning: is there a way to set model versions and load specific versions of models for experiments and serving somehow?

  
  
Posted 6 months ago
Votes Newest

Answers 2


i think i will stick with metadata 🙂

  
  
Posted 6 months ago

Hi @<1635088270469632000:profile|LividReindeer58> , I think the best ways are either using tags or metadata on the model itself. What do you think?

  
  
Posted 6 months ago