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 ,Could We Use Clearml For Nlp Projects?

Hi ,Could we use clearML for NLP projects?

  
  
Posted one year ago
Votes Newest

Answers 5


Hi @<1536881167746207744:profile|EnormousGoose35> , you can integrate ClearML into your existing code with the two simple lines of

from clearml import Task
task = Task.init(...)

To see how it works and looks 🙂

  
  
Posted one year ago

Could i get any sample NLP project where it already integrated with clearML, Currently i'm exploring on clearML and try to get few projects up and running in dashboard.

  
  
Posted one year ago

yes,its working with ML and DL projects.

  
  
Posted one year ago

Is there some specific capability you're looking for?

  
  
Posted one year ago

Hi @<1536881167746207744:profile|EnormousGoose35> , you certainly can and should 🙂

  
  
Posted one year ago