会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chease
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
13
下一页
2025年9月17日
markdown使用laTex编辑公式
摘要: 在线编辑:< https://www.latexlive.com/home##> 支持在线编辑、ocr公式识别等强大功能。 在markdown插入公式时,如果在text行中插入添加“\(公式内容\)”符号,比如\(h_d\);如果是公式代码块,插入符号双“$$”,比如: \[h_d \\ h^d \
阅读全文
posted @ 2025-09-17 16:34 chease
阅读(11)
评论(0)
推荐(0)
2025年9月5日
Mac访问github网址速度慢或者无法访问解决
摘要: 方式一,更简单,亲测可用 参考 https://cloud.tencent.com/developer/article/1953274 第一步,利用ping 或者 https://tool.chinaz.com/speedtest/codeload.github.com 查询最新的ip,需要查询三个
阅读全文
posted @ 2025-09-05 11:45 chease
阅读(232)
评论(0)
推荐(0)
2025年4月10日
markdown教程
摘要: https://markdown.com.cn/basic-syntax/headings.html
阅读全文
posted @ 2025-04-10 15:01 chease
阅读(47)
评论(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
阅读(350)
评论(0)
推荐(0)
2023年3月27日
正则匹配各括号的作用
摘要: 参考: https://www.cnblogs.com/zengguowang/p/7779699.html 一、小括号()、中括号[]、大括号的区别 1>. 小括号():匹配小括号内的字符串,可以是一个,也可以是多个,常跟“|”(或)符号搭配使用,是多选结构的 示例1:string name =
阅读全文
posted @ 2023-03-27 18:04 chease
阅读(168)
评论(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
阅读(146)
评论(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
阅读(34)
评论(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
阅读(50)
评论(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
阅读(23)
评论(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
阅读(28)
评论(0)
推荐(0)
1
2
3
4
5
···
13
下一页
公告