Skip to content

huybery/huybery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 = ['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"
        OctoPack = "https://github.com/bigcode-project/octopack"
        DAMO_ConvAI = "https://github.com/AlibabaResearch/DAMO-ConvAI"
        Awesome_Code_LLM = "https://github.com/huybery/Awesome-Code-LLM"
        project_lst = [OpenDevin, Qwen, OctoPack, DAMO_ConvAI, Awesome_Code_LLM]
        return project_lst

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published