class Attributes(OleehyO):
@staticmethod
def contact() -> tuple:
email = "leehy0357 [at] gmail.com"
homepage = "https://github.com/OleehyO"
huggingface = "https://huggingface.co/OleehyO"
return email, homepage, huggingface
@staticmethod
def research() -> list:
interesting = ['Large Language Models', 'Machine Learning Systems']
return interesting
@staticmethod
def project() -> list:
TexTeller = "https://github.com/OleehyO/TexTeller"
project_lst = [TexTeller]
return project_lst
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.