[ICLR 2024] Official implementation of " 🦙 Time-LLM: Time Series Forecasting by Reprogramming Large Language Models" - SkyKingL/Time-LLM
HamBa-m / Time-LLM Public forked from KimMeen/Time-LLM Notifications Fork 0 Star 0 Code Pull requests Actions Projects Security Insights Search all projects 0 Open 0 Closed Sort No open projects Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs...
CodeContests是Google Deepmind推出的一个具有挑战性的代码生成数据集,其中包括了很多像Codeforces等竞赛性编程平台编写的问题。 这个数据集包含约一万个可用于训练LLM的问题,以及用于评估LLM解决具有挑战性的代码生成问题的能力的验证和测试集。 作者没有训练专用模型,而是开发了一个面向代码的流程,这个流程可以应用于任何...
LLM大语言模型数据处理-github code 本文以开源项目RedPajama在GitHub中的少量数据为例,为您介绍如何使用PAI提供的LLM大语言模型数据处理组件,对GitHub代码数据进行数据清洗和处理。前提条件 已创建工作空间,详情请参见 创建工作空间。已将MaxCompute资源关联到工作空间,... LLM大语言模型数据处理-github code 本文以...
C++运行时API由在cpp/include/tensorrt_llm/runtime中声明并在cpp/tensorrt_llm/runtime中实现的类组成。一个关于像GPT这样的自回归模型如何使用C++运行时的示例可以在 cpp/tests/runtime/gptSessionTest.cpp找到。 尽管该文档中提到的不同组件在其名称中提到了GPT,但它们并不仅限于此特定模型。这些类可用于实现像...
地址:github.com/ollama/ollama 40、vanna:与你的 SQL 数据库聊天。该项目使用 LLM+RAG+数据库技术,让用户能够通过自然语言查询 SQL 数据库,用生成的 SQL 回答你的问题。 地址:github.com/vanna-ai/vanna
GitHub Copilot and ChatGPT are no longer the only games in town. Some coding assistants, such as Tabnine, actually preceded the recent buzz of using LLMs to generate code. In addition, other coding-specific LLMs have been developed that promise an improved ability to securely fine-tune the...
GitHub Codespaces provides cloud development environments that are available anywhere, anytime. With this partnership, GitHub Codespaces users can now connect to JetBrains IDEs, such as IntelliJ IDEA, RubyMine, GoLand, PyCharm, PhpStorm, and WebStorm, hosted in the cloud. ...
1,Time-LLM: Time Series Forecasting by Reprogramming Large Language Models, inICLR2024.[GitHub Repo] Authors: Ming Jin, Shiyu Wang, Lintao Ma, Zhixuan Chu, James Y. Zhang, Xiaoming Shi, Pin-Yu Chen, Yuxuan Liang, Yuan-Fang Li, Shirui Pan, Qingsong Wen ...
[CVPR'2024 Highlight] Official PyTorch implementation of the paper "VTimeLLM: Empower LLM to Grasp Video Moments". - huangb23/VTimeLLM