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
๐
Accelerate
๐ Code Less, Make More |
Qwen Team | Alibaba Group
-
Alibaba Qwen Team
- China
-
02:35
(UTC +08:00) - http://huybery.github.io
- @huybery
Highlights
Pinned Loading
-
All-Hands-AI/OpenHands
All-Hands-AI/OpenHands Public๐ OpenHands: Code Less, Make More
-
QwenLM/Qwen
QwenLM/Qwen PublicThe official repo of Qwen (้ไนๅ้ฎ) chat & pretrained large language model proposed by Alibaba Cloud.
-
QwenLM/Qwen2.5
QwenLM/Qwen2.5 PublicQwen2.5 is the large language model series developed by Qwen team, Alibaba Cloud.
-
QwenLM/Qwen2.5-Coder
QwenLM/Qwen2.5-Coder PublicQwen2.5-Coder is the code version of Qwen2.5, the large language model series developed by Qwen team, Alibaba Cloud.
-
Awesome-Code-LLM
Awesome-Code-LLM Public๐จโ๐ป An awesome and curated list of best code-LLM for research.
-
bigcode-project/octopack
bigcode-project/octopack Public๐ OctoPack: Instruction Tuning Code Large Language Models
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.