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
Profile picture
PanickyBee11
Moderator
3 Questions, 8 Answers
  Active since 17 April 2023
  Last activity 21 days ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hi, I’m training on multi-node, clearml captures only a single machine utility (memory/cpu/etc.). I assume it captures node 0. Is there a way to make it repo...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Is it possible to run in offline mode and still save the machine monitoring metrics? By default it is monitored for me in online mode but not in offline mode.
one year ago
0 Votes
5 Answers
119 Views
0 Votes 5 Answers 119 Views
hi, I'm using huggingface trainer, is there a way to capture grad_norm per layer? Thanks!
23 days ago