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 Friends. I Need To Authenticate To Hugging Face To Download A Private Dataset (As Shown Here:

Hi friends. I need to authenticate to Hugging Face to download a private dataset (as shown here: https://huggingface.co/welcome ) for a ClearML job. How do I do this? Where would I put these credentials? I don't want to expose them in the logs as environmental variable or hard code them.

  
  
Posted 2 years ago
Votes Newest

Answers 6


Where would I put these credentials? I don't want to expose them in the logs as environmental variable or hard code them.

Hi GleamingGrasshopper63
So basically you need a vault, to store those credentials...
Unfortunately the open-source version does not contain vault support, but the paid tiers scale/enterprise do.
There you can have an environment variable defined in the vault, that each time the agent runs your code, it will pull it from the vault and set it on your process. wdyt ?

  
  
Posted 2 years ago

Thanks for the info. I will reach out to the team via email to see about an upgrade.

  
  
Posted 2 years ago

Ah, yeah, I don't see that. So we likely don't have that option enabled.

  
  
Posted 2 years ago

Maybe our plan doesn't include the vault?

  
  
Posted 2 years ago

That sounds great. We have the paid version. Where would find this?

  
  
Posted 2 years ago

Should be under Profile -> Workspace (Configuration Vault)

  
  
Posted 2 years ago
564 Views
6 Answers
2 years ago
one year ago
Tags