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
Has Anyone Had Success Using Clearml With Huggingface Models? I Create My Hf

Has anyone had success using clearml with huggingface models?
I create my HF Trainer with the ClearML callback, but the only thing I get in the logs is this table.

Anyone managed to get it to output loss plots and such?
image

  
  
Posted 9 months ago
Votes Newest

Answers 5


I also use TB.

I solved the issue by implementing my own ClearML logger

  
  
Posted 9 months ago

It's too much of a hack :)

  
  
Posted 9 months ago

LOL I hear you 🙂

  
  
Posted 9 months ago

Hi @<1523702786867335168:profile|AdventurousButterfly15>
I do not think they log more than that ?!
(what happens if you use TB?)

  
  
Posted 9 months ago

I solved the issue by implementing my own ClearML logger

This is awesome! any chance you want to PR it to transformers ?

  
  
Posted 9 months ago