Skip to content
View huybery's full-sized avatar
๐Ÿš€
Accelerate
๐Ÿš€
Accelerate

Organizations

@QwenLM @OpenLemur
Block or Report

Block or report huybery

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
huybery/README.md

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

Pinned

  1. OpenDevin/OpenDevin OpenDevin/OpenDevin Public

    ๐Ÿš OpenDevin: Code Less, Make More

    Python 23.2k 2.5k

  2. QwenLM/Qwen QwenLM/Qwen Public

    The official repo of Qwen (้€šไน‰ๅƒ้—ฎ) chat & pretrained large language model proposed by Alibaba Cloud.

    Python 10.9k 880

  3. QwenLM/Qwen1.5 QwenLM/Qwen1.5 Public

    Qwen1.5 is the improved version of Qwen, the large language model series developed by Qwen team, Alibaba Cloud.

    Shell 2.6k 135

  4. QwenLM/CodeQwen1.5 QwenLM/CodeQwen1.5 Public

    CodeQwen1.5 is the code version of Qwen, the large language model series developed by Qwen team, Alibaba Cloud.

    Python 214 9

  5. Awesome-Code-LLM Awesome-Code-LLM Public

    ๐Ÿ‘จโ€๐Ÿ’ป An awesome and curated list of best code-LLM for research.

    652 33

  6. bigcode-project/octopack bigcode-project/octopack Public

    ๐Ÿ™ OctoPack: Instruction Tuning Code Large Language Models

    Jupyter Notebook 381 23