Hey, I'm huybery
class Attributes(huybery):
@staticmethod
def contact() -> tuple:
homepage = "https://huybery.github.io"
twitter = "https://twitter.com/huybery"
email = "huybery [at] gmail.com"
return homepage, twitter, email
@staticmethod
def research() -> tuple:
interesting = ['Digital Agents', 'Reasoning', 'Large Language Models']
paper = "https://scholar.google.com/citations?user=RBb3ItMAAAAJ"
return interesting, paper
@staticmethod
def project() -> list:
Qwen = "https://github.com/QwenLM/Qwen"
QwenCoder = "https://github.com/QwenLM/Qwen3-Coder"
OpenHands = "https://github.com/OpenHands/OpenHands"
project_lst = [Qwen, QwenCoder, OpenHands]
return project_lst