-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
76 lines (72 loc) · 3.05 KB
/
about.html
File metadata and controls
76 lines (72 loc) · 3.05 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<title>DynamonAI</title>
<link rel="icon" type="image" href="./assets/favicon.png">
</head>
<body>
<table border="0" cellspacing="0">
<tbody>
<tr>
<td align="left">
<img border="0" src="./assets/favicon.png" width="150" height="150" alt="">
</td>
<td width="20"> </td>
<td align="left" nowrap="">
<h1>DynamonAI</h1>
<p>We are dedicated to building open-source AI systems.</p>
<p><a href="https://DynamonAI.com">[Website]</a> <a href="https://github.com/DynamonAI">[GitHub]</a></p>
</td>
</tr>
</tbody>
</table>
<h2>Projects</h2>
<table border="0" cellspacing="0">
<tbody>
<tr>
<td width="20"> </td>
<td align="left" nowrap="">
<h3>Pdf Assistant</h3>
<p><a href="https://github.com/DynamonAI/pdf-assistant">[GitHub Repo]</a> <a href="https://paper-assistant.streamlit.app/">[Demo]</a></p>
<p>1. A bot to help you to understand the content of pdf, and you can ask questions.</p>
<p>2. One-click Deployment. Easy-to-run. Extension Friendly.</p>
<hr>
</td>
</tr>
<tr>
<td width="20"> </td>
<td align="left" nowrap="">
<h3>LLMsEasyFinetune</h3>
<p><a href="https://github.com/DynamonAI/LLMsEasyFinetune">[GitHub Repo]</a></p>
<p>1. An easy-to-run implementation for finetuning large language models (LLMs).</p>
<p>2. Support finetuning by full parameter, LoRA, and QLoRA.</p>
<p>2. Support llama and gemma.</p>
</td>
</tr>
</tbody>
</table>
<h2>Teammates</h2>
<table border="0" cellspacing="0">
<tbody>
<tr>
<td width="20"> </td>
<td align="left" nowrap="">
<p>Huawei Lin <a href="https://huaweilin.net/">[Website]</a></p>
<p>Yuhao Wei <a href="https://github.com/weirwei">[GitHub]</a></p>
<p>Zhichun Li <a href="https://github.com/lozcy">[GitHub]</a></p>
<p>Keyun Huang <a href="https://github.com/Keyun-Istil">[GitHub]</a></p>
<p>Yanping Li <a href="https://github.com/lyp19">[GitHub]</a></p>
<p>Guoning Yuan <a href="https://github.com/lmwis">[GitHub]</a></p>
<p>Haiting Jiang <a href="https://github.com/nacl2000">[GitHub]</a></p>
<p>Linhu Li <a href="https://github.com/Laaahu">[GitHub]</a></p>
<p>Jing Cao <a href="https://github.com/ccccj">[GitHub]</a></p>
</td>
</tr>
</tbody>
</table>
<br>
<div style="display:none">
<script type="text/javascript" id="clustrmaps" src="//clustrmaps.com/map_v2.js?d=puLYshqlDG07fXVclxMXN_IBAU0otuE6ytR_5CNA5Gg&cl=ffffff&w=150"></script>
</div>
</body>
</html>