1 2 3 4 5 ··· 7 下一页
摘要: 本系列仅作翻译记录和个人总结 原文链接:The Ultimate Guide to Fine-Tuning LLMs from Basics to Breakthroughs: An Exhaustive Review of Technologies, Research, Best Practice 阅读全文
posted @ 2025-07-05 21:59 Cocoicobird 阅读(0) 评论(0) 推荐(0)
摘要: 《The Ultimate Guide to Fine-Tuning LLMs from Basics to Breakthroughs: An Exhaustive Review of Technologies, Research, Best Practices, Applied Research Challenges and Opportunities》 Chapter 1 Introduction 阅读全文
posted @ 2025-06-26 22:27 Cocoicobird 阅读(3) 评论(0) 推荐(0)
摘要: 《The Ultimate Guide to Fine-Tuning LLMs from Basics to Breakthroughs: An Exhaustive Review of Technologies, Research, Best Practices, Applied Research Challenges and Opportunities》 Abstract 阅读全文
posted @ 2025-06-26 16:28 Cocoicobird 阅读(2) 评论(0) 推荐(0)
摘要: APOC APOC(Awesome Procedures on Cypher)是 Neo4j 图数据库的一个插件,它提供了一组强大的过程和函数,扩展了 Cypher 查询语言的功能。APOC 可以帮助你进行更高级的数据处理和操作,例如导入和导出数据、动态创建节点和关系、执行事务操作等。 使用 APO 阅读全文
posted @ 2025-05-30 09:49 Cocoicobird 阅读(117) 评论(0) 推荐(0)
摘要: 在此之前根据自己的服务器发现版本下载对应的 Redis 即可 一、编辑 redis.conf 文件 vim redis.conf /:bind 注释掉 /:protected-mode:yes 改为 no /:daemonize:no 改为 yes /:requirepass:设置密码 二、重启 R 阅读全文
posted @ 2025-05-22 22:41 Cocoicobird 阅读(15) 评论(0) 推荐(0)
摘要: error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054 fatal: expected git config --global http.sslVerify "false" fatal: unabl 阅读全文
posted @ 2025-04-02 21:12 Cocoicobird 阅读(4) 评论(0) 推荐(0)
摘要: 搜索技术 阅读全文
posted @ 2024-10-11 19:41 Cocoicobird 阅读(3) 评论(0) 推荐(0)
摘要: 洛谷P1990 覆盖墙壁 题目描述 你有一个长为 \(N\) 宽为 \(2\) 的墙壁,给你两种砖头:一个长 \(2\) 宽 \(1\),另一个是 L 型覆盖 \(3\) 个单元的砖头。如下图: 0 0 0 00 砖头可以旋转,两种砖头可以无限制提供。你的任务是计算用这两种来覆盖 \(N\times 阅读全文
posted @ 2024-09-21 17:51 Cocoicobird 阅读(49) 评论(0) 推荐(0)
摘要: 物质不灭,不过粉碎。 阅读全文
posted @ 2024-09-09 09:57 Cocoicobird 阅读(5) 评论(0) 推荐(0)
摘要: P1065 [NOIP2006 提高组] 作业调度方案 题目描述 我们现在要利用 \(m\) 台机器加工 \(n\) 个工件,每个工件都有 \(m\) 道工序,每道工序都在不同的指定的机器上完成。每个工件的每道工序都有指定的加工时间。 每个工件的每个工序称为一个操作,我们用记号 j-k 表示一个操作 阅读全文
posted @ 2024-09-01 23:51 Cocoicobird 阅读(28) 评论(0) 推荐(0)
1 2 3 4 5 ··· 7 下一页