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 one year ago
Votes Newest

Answers 6


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

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

Should be under Profile -> Workspace (Configuration Vault)

  
  
Posted one year ago

Maybe our plan doesn't include the vault?

  
  
Posted one year ago

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 one year ago
346 Views
6 Answers
one year ago
10 months ago
Tags