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

Organizations

@QwenLM @OpenLemur @OpenDevin

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"
        CodeQwen = "https://github.com/QwenLM/CodeQwen1.5"
        OctoPack = "https://github.com/bigcode-project/octopack"
        Awesome_Code_LLM = "https://github.com/huybery/Awesome-Code-LLM"
        project_lst = [OpenDevin, Qwen, CodeQwen, OctoPack, Awesome_Code_LLM]
        return project_lst

Pinned Loading

  1. All-Hands-AI/OpenHands All-Hands-AI/OpenHands Public

    ๐Ÿ™Œ OpenHands: Code Less, Make More

    Python 31.4k 3.6k

  2. QwenLM/Qwen QwenLM/Qwen Public

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

    Python 13.4k 1.1k

  3. QwenLM/Qwen2.5 QwenLM/Qwen2.5 Public

    Qwen2.5 is the large language model series developed by Qwen team, Alibaba Cloud.

    Shell 7.8k 472

  4. QwenLM/Qwen2.5-Coder QwenLM/Qwen2.5-Coder Public

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

    Python 485 30

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

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

    875 48

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

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

    Jupyter Notebook 421 27