[ICLR 2024] Official implementation of " 🦙 Time-LLM: Time Series Forecasting by Reprogramming Large Language Models" - shadowkun/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...
C++运行时API由在cpp/include/tensorrt_llm/runtime中声明并在cpp/tensorrt_llm/runtime中实现的类组成。一个关于像GPT这样的自回归模型如何使用C++运行时的示例可以在 cpp/tests/runtime/gptSessionTest.cpp找到。 尽管该文档中提到的不同组件在其名称中提到了GPT,但它们并不仅限于此特定模型。这些类可用于实现像B...
CodeContests是Google Deepmind推出的一个具有挑战性的代码生成数据集,其中包括了很多像Codeforces等竞赛性编程平台编写的问题。 这个数据集包含约一万个可用于训练LLM的问题,以及用于评估LLM解决具有挑战性的代码生成问题的能力的验证和测试集。 作者没有训练专用模型,而是开发了一个面向代码的流程,这个流程可以应用于任何...
Everyone’s talking about MCP these days when it comes to large language models (LLMs)—here’s what you need to know. Cassidy Williams Explore more from GitHub Docs Everything you need to master GitHub, all in one place. Go to Docs The ReadME Project Stories and voices from the...
这期的热点速览异常 Cool,因为有呜呜声内燃机引擎加成的 engine-simengine-sim 坐镇,听到如此曼妙的引擎声,相比你的人生也在高速上升吧。还有,自己搭建个服务就能在本地用上 AI 编程工具的 fauxpilot。一个工具就能处理各种二进制文件打包、解包的 ofrak,号称自己是 DN
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...
Newprettymaps 是由Python编写的将 OpenStreetMap 数据绘制漂亮的地图的工具。项目基于 osmnx、matplotlib 和 shape 库。 | GitHub 地址 →https://github.com/marceloprates/prettymaps| 2.4自动补全:autocomplete 本周star 增长数:600+ autocomplete 是一个自动补全输入命令的终端工具。当你输入时,Fig 会在 macOS ...
[CVPR'2024 Highlight] Official PyTorch implementation of the paper "VTimeLLM: Empower LLM to Grasp Video Moments". - huangb23/VTimeLLM
LLMTime can outperform many popular timeseries methods without any training on the target dataset (i.e. zero shot). The performance of LLMTime also scales with the power of the underlying base model. However, models that undergo alignment (e.g. RLHF) do not follow the scaling trend. For...