Searched defs:logits_to_probs (Results 1 – 3 of 3) sorted by relevance
82 def logits_to_probs(logits, is_binary=False): function
25 def logits_to_probs(logits, temperature: float = 1.0, top_k: Optional[int] = None): function
60 def logits_to_probs(logits, temperature: float = 1.0, top_k: Optional[int] = None): function