Skip to content

Commit 0ea822d

Browse files
committed
init
1 parent 06c82bf commit 0ea822d

File tree

11 files changed

+418
-91
lines changed

11 files changed

+418
-91
lines changed

_posts/2023-08-14-llama2.c.zh.markdown _posts/2023-08-14-llama2.zh/2023-08-14-llama2.c.zh.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "custom tokenizer"
3+
title: "大语言模型——如何构建词表(Tokenizer)"
44
date: 2023-08-14 14:48:11 +0800
55
categories: jekyll update
66
---

_posts/2023-04-19-welcome-to-jekyll.markdown _posts/2024-03-23-build-keyword-system/2024-03-23-keyword-spotting.markdown

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
---
22
layout: post
3-
title: "demo1!"
4-
date: 2023-04-19 14:45:13 +0800
3+
title: "如何构建语音唤醒系统"
4+
date: 2024-03-22 14:48:11 +0800
55
categories: jekyll update
66
---
7+
8+
<p align="center">
9+
<img src="https://github.com/chenyangMl/llama2.c-zh/blob/main/assets/llama2-zh.jpg" width="200" height="300" alt="Cute Llama-zh">
10+
</p>
11+
712
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
813

914
Jekyll requires blog post files to be named according to the following format:

_site/404.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
6-
<title>chenyang’s Blog | Machine learning Engineer. Focusing on computer vision and natural language processing.</title>
6+
<title>Chen Yang’s Blog | Machine learning Engineer. Focusing on computer vision and natural language processing.</title>
77
<meta name="generator" content="Jekyll v4.3.2" />
8-
<meta property="og:title" content="chenyang’s Blog" />
8+
<meta property="og:title" content="Chen Yang’s Blog" />
99
<meta property="og:locale" content="en_US" />
1010
<meta name="description" content="Machine learning Engineer. Focusing on computer vision and natural language processing." />
1111
<meta property="og:description" content="Machine learning Engineer. Focusing on computer vision and natural language processing." />
1212
<link rel="canonical" href="http://localhost:4000/404.html" />
1313
<meta property="og:url" content="http://localhost:4000/404.html" />
14-
<meta property="og:site_name" content="chenyang’s Blog" />
14+
<meta property="og:site_name" content="Chen Yang’s Blog" />
1515
<meta property="og:type" content="website" />
1616
<meta name="twitter:card" content="summary" />
17-
<meta property="twitter:title" content="chenyang’s Blog" />
17+
<meta property="twitter:title" content="Chen Yang’s Blog" />
1818
<script type="application/ld+json">
19-
{"@context":"https://schema.org","@type":"WebPage","description":"Machine learning Engineer. Focusing on computer vision and natural language processing.","headline":"chenyang’s Blog","url":"http://localhost:4000/404.html"}</script>
19+
{"@context":"https://schema.org","@type":"WebPage","description":"Machine learning Engineer. Focusing on computer vision and natural language processing.","headline":"Chen Yang’s Blog","url":"http://localhost:4000/404.html"}</script>
2020
<!-- End Jekyll SEO tag -->
21-
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="chenyang's Blog" /></head>
21+
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Chen Yang's Blog" /></head>
2222
<body><header class="site-header" role="banner">
2323

24-
<div class="wrapper"><a class="site-title" rel="author" href="/">chenyang&#39;s Blog</a><nav class="site-nav">
24+
<div class="wrapper"><a class="site-title" rel="author" href="/">Chen Yang&#39;s Blog</a><nav class="site-nav">
2525
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
2626
<label for="nav-trigger">
2727
<span class="menu-icon">
@@ -63,12 +63,12 @@ <h1>404</h1>
6363

6464
<div class="wrapper">
6565

66-
<h2 class="footer-heading">chenyang&#39;s Blog</h2>
66+
<h2 class="footer-heading">Chen Yang&#39;s Blog</h2>
6767

6868
<div class="footer-col-wrapper">
6969
<div class="footer-col footer-col-1">
7070
<ul class="contact-list">
71-
<li class="p-name">chenyang&#39;s Blog</li><li><a class="u-email" href="mailto:[email protected]">[email protected]</a></li></ul>
71+
<li class="p-name">Chen Yang&#39;s Blog</li><li><a class="u-email" href="mailto:[email protected]">[email protected]</a></li></ul>
7272
</div>
7373

7474
<div class="footer-col footer-col-2"><ul class="social-media-list"><li><a href="https://github.com/chenyangMl"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg> <span class="username">chenyangMl</span></a></li><li><a href="https://www.twitter.com/cyang8050"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#twitter"></use></svg> <span class="username">cyang8050</span></a></li></ul>

_site/about/index.html

+36-17
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
6-
<title>About | chenyang’s Blog</title>
6+
<title>About | Chen Yang’s Blog</title>
77
<meta name="generator" content="Jekyll v4.3.2" />
88
<meta property="og:title" content="About" />
99
<meta property="og:locale" content="en_US" />
1010
<meta name="description" content="Machine learning Engineer. Focusing on computer vision and natural language processing." />
1111
<meta property="og:description" content="Machine learning Engineer. Focusing on computer vision and natural language processing." />
1212
<link rel="canonical" href="http://localhost:4000/about/" />
1313
<meta property="og:url" content="http://localhost:4000/about/" />
14-
<meta property="og:site_name" content="chenyang’s Blog" />
14+
<meta property="og:site_name" content="Chen Yang’s Blog" />
1515
<meta property="og:type" content="website" />
1616
<meta name="twitter:card" content="summary" />
1717
<meta property="twitter:title" content="About" />
1818
<script type="application/ld+json">
19-
{"@context":"https://schema.org","@type":"WebSite","description":"Machine learning Engineer. Focusing on computer vision and natural language processing.","headline":"About","name":"chenyang’s Blog","url":"http://localhost:4000/about/"}</script>
19+
{"@context":"https://schema.org","@type":"WebSite","description":"Machine learning Engineer. Focusing on computer vision and natural language processing.","headline":"About","name":"Chen Yang’s Blog","url":"http://localhost:4000/about/"}</script>
2020
<!-- End Jekyll SEO tag -->
21-
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="chenyang's Blog" /></head>
21+
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Chen Yang's Blog" /></head>
2222
<body><header class="site-header" role="banner">
2323

24-
<div class="wrapper"><a class="site-title" rel="author" href="/">chenyang&#39;s Blog</a><nav class="site-nav">
24+
<div class="wrapper"><a class="site-title" rel="author" href="/">Chen Yang&#39;s Blog</a><nav class="site-nav">
2525
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
2626
<label for="nav-trigger">
2727
<span class="menu-icon">
@@ -43,16 +43,35 @@ <h1 class="post-title">About</h1>
4343
</header>
4444

4545
<div class="post-content">
46-
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="https://jekyllrb.com/">jekyllrb.com</a></p>
47-
48-
<p>You can find the source code for Minima at GitHub:
49-
<a href="https://github.com/jekyll">jekyll</a> /
50-
<a href="https://github.com/jekyll/minima">minima</a></p>
51-
52-
<p>You can find the source code for Jekyll at GitHub:
53-
<a href="https://github.com/jekyll">jekyll</a> /
54-
<a href="https://github.com/jekyll/jekyll">jekyll</a></p>
55-
46+
<style>
47+
p {
48+
margin-bottom: 20px; /* 设置段落下方的外边距为20像素 */
49+
}
50+
h1 {
51+
font-size: 36px; /* 设置字体大小 */
52+
color: #333; /* 设置字体颜色 */
53+
text-align: left; /* 设置文本居中 */
54+
margin-bottom: 20px; /* 设置标题下方的外边距 */
55+
}
56+
</style>
57+
58+
<p>👋 我是深度学习算法工程师一枚~ 😎 主要做AI算法研发,做过图像分割🖼️、识别👀,OCR文字提取📝,文本意图识别💭,NER实体识别🔍,LLM大型语言模型🗣️,ASR语音识别🎤和语音唤醒💤。</p>
59+
60+
<h1> 开源项目简述 </h1>
61+
62+
<p><a href="https://github.com/chenyangMl/llama2.c-zh">llama2.c-zh</a></p>
63+
<p>用于LLM的核心入门学习,包括LM中核心
64+
的Tokenizer的训练构建,LM的预训练语料的构建,训练一个小参数量的LM,LM在端侧的实践运行等。
65+
</p>
66+
67+
<p><a href="https://github.com/chenyangMl/JointBERT-zh">JoinBERT-zh</a></p>
68+
<p>是一个中文意图识别和槽位填充方案,支持中文训练, 提供从数据合成到意图和槽位联合训练的完整流程。
69+
</p>
70+
71+
<p><a href="https://github.com/chenyangMl/keyword-spot">keyword-spot</a></p>
72+
<p>
73+
是一套语音唤醒的端到端实现方案。包括1)模型训练,微调 2)模型转换 3)端侧模型推理运行等。
74+
</p>
5675

5776
</div>
5877

@@ -64,12 +83,12 @@ <h1 class="post-title">About</h1>
6483

6584
<div class="wrapper">
6685

67-
<h2 class="footer-heading">chenyang&#39;s Blog</h2>
86+
<h2 class="footer-heading">Chen Yang&#39;s Blog</h2>
6887

6988
<div class="footer-col-wrapper">
7089
<div class="footer-col footer-col-1">
7190
<ul class="contact-list">
72-
<li class="p-name">chenyang&#39;s Blog</li><li><a class="u-email" href="mailto:[email protected]">[email protected]</a></li></ul>
91+
<li class="p-name">Chen Yang&#39;s Blog</li><li><a class="u-email" href="mailto:[email protected]">[email protected]</a></li></ul>
7392
</div>
7493

7594
<div class="footer-col footer-col-2"><ul class="social-media-list"><li><a href="https://github.com/chenyangMl"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg> <span class="username">chenyangMl</span></a></li><li><a href="https://www.twitter.com/cyang8050"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#twitter"></use></svg> <span class="username">cyang8050</span></a></li></ul>

0 commit comments

Comments
 (0)