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 = ['Large Language Models', 'Executable Language', 'Embodied Agent', 'Dialog Systems']
interesting.pop() # chatGPT is all your need.
paper = "https://scholar.google.com/citations?user=RBb3ItMAAAAJ"
return interesting, paper
@staticmethod
def project() -> list:
OpenDevin = "https://github.com/OpenDevin/OpenDevin"
Qwen = "https://github.com/QwenLM/Qwen"
QwenCoder = "https://github.com/QwenLM/Qwen2.5-Coder"
OctoPack = "https://github.com/bigcode-project/octopack"
Awesome_Code_LLM = "https://github.com/huybery/Awesome-Code-LLM"
project_lst = [OpenDevin, Qwen, QwenCoder, OctoPack, Awesome_Code_LLM]
return project_lst
-
Notifications
You must be signed in to change notification settings - Fork 2
huybery/huybery
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published