会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chease
博客园
首页
新随笔
联系
订阅
管理
2025年4月10日
markdown教程
摘要: https://markdown.com.cn/basic-syntax/headings.html
阅读全文
posted @ 2025-04-10 15:01 chease
阅读(42)
评论(0)
推荐(0)
2023年10月10日
SFT方法 P-Tuning v2、LORA、QLoRA、冻结(Freeze)
摘要: https://www.guyuehome.com/44305 待 https://zhuanlan.zhihu.com/p/620618701 待
阅读全文
posted @ 2023-10-10 19:07 chease
阅读(343)
评论(0)
推荐(0)
2023年3月27日
正则匹配各括号的作用
摘要: 参考: https://www.cnblogs.com/zengguowang/p/7779699.html 一、小括号()、中括号[]、大括号的区别 1>. 小括号():匹配小括号内的字符串,可以是一个,也可以是多个,常跟“|”(或)符号搭配使用,是多选结构的 示例1:string name =
阅读全文
posted @ 2023-03-27 18:04 chease
阅读(136)
评论(0)
推荐(0)
2023年3月22日
字典树
摘要: 可以直接使用工具包 ahocorasick Java 版本 <dependency> <groupId>org.ahocorasick</groupId> <artifactId>ahocorasick</artifactId> <version>0.2.4</version> </dependen
阅读全文
posted @ 2023-03-22 19:37 chease
阅读(132)
评论(0)
推荐(0)
2023年3月3日
万事皆可Seq2Seq
摘要: 转自:https://kexue.fm/archives/7867 以T5的预训练为例,其包含的无监督和有监督两部分都改成了Seq2Seq模式: 无监督部分 使用完形填空的形式 输入:明月几时有,[M0] 问青天,不知**[M1],今夕是何年?我欲[M2]归去,又恐琼楼玉宇,高处[M3];起舞[M4
阅读全文
posted @ 2023-03-03 17:46 chease
阅读(30)
评论(0)
推荐(0)
2023年2月1日
hive udf
摘要: 1、hive udf 示例,包括读取资源文件 hive udf 作为一个开源能力,资料参考:https://sjq597.github.io/2015/11/25/Hive-UDF%E5%87%BD%E6%95%B0%E5%BC%80%E5%8F%91%E4%BD%BF%E7%94%A8%E6%A0
阅读全文
posted @ 2023-02-01 15:58 chease
阅读(42)
评论(0)
推荐(0)
2023年1月30日
eclipse快捷键
摘要: 1、mac https://blog.csdn.net/liaowenxiong/article/details/107866453 Command+Shift+O : 自动加入引用,即快速生成import
阅读全文
posted @ 2023-01-30 16:47 chease
阅读(18)
评论(0)
推荐(0)
maven工程创建
摘要: 1、eclipse创建maven工程 参考:https://blog.csdn.net/u014079773/article/details/50098315 2、maven创建resources目录 maven 创建新工程,有些模板(比如 maven-archetype-quickstart)默认
阅读全文
posted @ 2023-01-30 16:09 chease
阅读(26)
评论(0)
推荐(0)
2022年10月9日
maven
摘要: http://pansanday.blog.163.com/blog/static/381662802012727103454743/ 1、maven 1.1 安装 参考: https://www.cnblogs.com/liuhongfeng/p/5057827.html mac:https://
阅读全文
posted @ 2022-10-09 18:34 chease
阅读(151)
评论(0)
推荐(0)
2022年8月5日
prompting learning
摘要: Prompt 定义: Prompt is the technique of making better use of the knowledge from the pre-trained model by adding additional texts to the input. Prompt 是一
阅读全文
posted @ 2022-08-05 18:43 chease
阅读(113)
评论(0)
推荐(0)
下一页
公告