@@ -12,6 +12,77 @@ Welcome to our assignments! A collection of assignments on large language models
12125 . {% post_link A4-attention-module A4 Attention Module %}
13136 . {% post_link A5-transformer-block A5 Transformer Block %}
1414
15+
16+
17+
18+ # Acknowledgement
19+
20+
21+ #### Course Instructor:
22+
23+ <div style =" display :flex ; gap :20px ; flex-wrap : wrap ;" >
24+ <!-- 贡献者卡片 -->
25+
26+ <div style =" text-align :center ;" >
27+ <a href="https://github.com/ParagonLight" target="_blank" style="text-decoration:none; color:inherit;">
28+ <img src="./images/xjw.jpeg" alt="xjw" width="80" height="80" style="border-radius:50%;">
29+ <div style="margin-top:5px; font-size:14px;">徐经纬</div>
30+ </a>
31+ </div >
32+ </div >
33+
34+ #### Course Co-founder:
35+
36+ <div style =" display :flex ; gap :20px ; flex-wrap : wrap ;" >
37+
38+ <div style =" text-align :center ;" >
39+ <a href="https://github.com/Strivin0311" target="_blank" style="text-decoration:none; color:inherit;">
40+ <img src="./images/hyp.jpeg" alt="hyp" width="80" height="80" style="border-radius:50%;">
41+ <div style="margin-top:5px; font-size:14px;">黄云鹏</div>
42+ </a>
43+ </div >
44+ </div >
45+
46+ #### Course TAs:
47+
48+ <div style =" display :flex ; gap :20px ; flex-wrap : wrap ;" >
49+
50+ <div style =" text-align :center ;" >
51+ <a href="https://shijuzhao.github.io" target="_blank" style="text-decoration:none; color:inherit;">
52+ <img src="./images/zsj.jpg" alt="lmy" width="80" height="80" style="border-radius:50%;">
53+ <div style="margin-top:5px; font-size:14px;">赵世驹</div>
54+ </a>
55+ </div >
56+
57+ <div style =" text-align :center ;" >
58+ <a href="https://github.com/gaomusiki" target="_blank" style="text-decoration:none; color:inherit;">
59+ <img src="./images/lmy.jpg" alt="lmy" width="80" height="80" style="border-radius:50%;">
60+ <div style="margin-top:5px; font-size:14px;">梁明宇</div>
61+ </a>
62+ </div >
63+
64+ <div style =" text-align :center ;" >
65+ <a href="https://github.com/WT1W" target="_blank" style="text-decoration:none; color:inherit;">
66+ <img src="./images/wqg.jpeg" alt="wqg" width="80" height="80" style="border-radius:50%;">
67+ <div style="margin-top:5px; font-size:14px;">王乾钢</div>
68+ </a>
69+ </div >
70+
71+ <div style =" text-align :center ;" >
72+ <a href="https://github.com/Big-TRex" target="_blank" style="text-decoration:none; color:inherit;">
73+ <img src="./images/bt.jpg" alt="bt" width="80" height="80" style="border-radius:50%;">
74+ <div style="margin-top:5px; font-size:14px;">卜韬</div>
75+ </a>
76+ </div >
77+
78+ <div style =" text-align :center ;" >
79+ <a href="https://github.com/PureDimension" target="_blank" style="text-decoration:none; color:inherit;">
80+ <img src="./images/xdk.jpg" alt="xdk" width="80" height="80" style="border-radius:50%;">
81+ <div style="margin-top:5px; font-size:14px;">徐鼎坤</div>
82+ </a>
83+ </div >
84+ </div >
85+
1586<!-- ### Create a new post
1687
1788``` bash
0 commit comments