添加依赖
<dependency>
<groupId>fun.hereis.code</groupId>
<artifactId>code</artifactId>
<version>25.08.06.RLS</version>
</dependency>
implementation 'fun.hereis.code:code:25.08.06.RLS'
fun.hereis.code:code:25.08.06.RLS
<dependency org="fun.hereis.code" name="code" rev="25.08.06.RLS" />
libraryDependencies += "fun.hereis.code" % "code" % "25.08.06.RLS"
@Grab(group='fun.hereis.code', module='code', version='25.08.06.RLS')
[fun.hereis.code/code "25.08.06.RLS"]
'fun.hereis.code:code:jar:25.08.06.RLS'
资源下载
| 资源类型 | Central |
|---|---|
| jar 包 | code-25.08.06.RLS.jar |
| 源码包 | code-25.08.06.RLS-sources.jar |
版本列表 (29)
相关教程
神经排序模型:从 DSSM 到 Cross-Encoder 的精排
对比基于表示和基于交互的神经排序模型,学习 DSSM、CDSSM 和 BERT 精排器的设计与训练。
SQLCoder:专为 Text-to-SQL 微调的大模型
学习 SQLCoder 等代码模型在 Text-to-SQL 任务上的微调与应用,实现高准确率的自然语言数据查询。
代码解释器 Code Interpreter:沙盒化代码执行代理
学习 OpenAI Code Interpreter 的架构,在安全沙箱中执行 Python 代码进行数据分析和文件处理,并生成图表。
DeepSeek-Coder:深度求索的高性能代码模型
学习 DeepSeek-Coder 系列在代码生成和补全上的能力,特别是仓库级代码理解与填充。
StarCoder:BigCode 的开放代码大模型
了解 StarCoder 与 StarCoder2,学习其基于 Stack 数据集的训练过程以及多语言代码生成与填充功能。