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

Organizations

@QwenLM @OpenLemur @OpenDevin

Block or report huybery

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 = ['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

Pinned Loading

  1. OpenHands/OpenHands OpenHands/OpenHands Public

    ๐Ÿ™Œ OpenHands: AI-Driven Development

    Python 65.6k 8.1k

  2. QwenLM/Qwen QwenLM/Qwen Public

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

    Python 19.9k 1.7k

  3. QwenLM/Qwen3 QwenLM/Qwen3 Public

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

    Python 25.7k 1.8k

  4. QwenLM/Qwen3-Coder QwenLM/Qwen3-Coder Public

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

    Python 14.6k 1k

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

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

    1.3k 69

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

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

    Jupyter Notebook 478 28