Skip to content

Commit b987cff

Browse files
committed
update readme
1 parent 3bf0724 commit b987cff

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

readme.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1+
<style>
2+
p {
3+
margin-bottom: 20px; /* 设置段落下方的外边距为20像素 */
4+
}
5+
h1 {
6+
font-size: 36px; /* 设置字体大小 */
7+
color: #333; /* 设置字体颜色 */
8+
text-align: left; /* 设置文本居中 */
9+
margin-bottom: 20px; /* 设置标题下方的外边距 */
10+
}
11+
</style>
12+
13+
<p>👋 我是深度学习算法工程师一枚~ 😎 主要做AI算法研发,做过图像分割🖼️、识别👀,OCR文字提取📝,文本意图识别💭,NER实体识别🔍,LLM大型语言模型🗣️,ASR语音识别🎤和语音唤醒💤。</p>
114

2-
https://github.com/chenyangMl/chenyangml.github.io
15+
<h1> 开源项目简述 </h1>
316

4-
远程访问主页地址: chenyangml.github.io
17+
[llama2.c-zh](https://github.com/chenyangMl/llama2.c-zh)
18+
<p>用于LLM的核心入门学习,包括LM中核心
19+
的Tokenizer的训练构建,LM的预训练语料的构建,训练一个小参数量的LM,LM在端侧的实践运行等。
20+
</p>
21+
22+
[JoinBERT-zh](https://github.com/chenyangMl/JointBERT-zh)
23+
<p>是一个中文意图识别和槽位填充方案,支持中文训练, 提供从数据合成到意图和槽位联合训练的完整流程。
24+
</p>
25+
26+
[keyword-spot](https://github.com/chenyangMl/keyword-spot)
27+
<p>
28+
是一套语音唤醒的端到端实现方案。包括1)模型训练,微调 2)模型转换 3)端侧模型推理运行等。
29+
</p>

0 commit comments

Comments
 (0)