INNER CODE UNIT · Python
get_auth_token
Ki6an/fastT5 · fastT5/huggingface_utils.py:18
def get_auth_token():
"""Get the user-configurable auth token, which defaults to None
Returns:
auth_token (Optional[Union[str, bool]]) for authenticating with huggingface.co
"""
global _auth_token
return _auth_token