-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.html
42 lines (41 loc) · 1.19 KB
/
publications.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Jimmy Shong</title>
</head>
<body>
<div class="navbar">
<a href="index.html">About</a>
<a href="publications.html" class="active">Publications</a>
<a href="projects.html">Projects</a>
<a href="cv.html">CV</a>
</div>
<div class="page-title">
Publications
<div class="post-description">In progress list of publications.</div>
</div>
<div class="projects">
<div class="project">
<div class="project-image">
<img src="images/chat.gif" alt="Project Image">
</div>
<div class="project-details">
<div class="project-title">
TinyVoiceChat: On-Device Speech-to-Speech LLM Chatbot
</div>
<div class="year">
2023
</div>
<div class="authors">
<u>Jimmy Shong</u>, Wei-Chen Wang, Song Han
</div>
More Info (in progress) |
<a href="https://github.com/mit-han-lab/TinyChatEngine/blob/main/llm/application" target="_blank">Code</a>
</div>
</div>
</div>
</body>
</html>