Skip to content

Commit 32c1b24

Browse files
committed
change color
1 parent c4a3797 commit 32c1b24

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

_courses/2024-07-02-course.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: OpenBMB × Hugging Face × THUNLP,联袂献上经典大模型课
33
date: 2024-07-02
44
---
55

6-
这个夏天,THUNLP 携手 Hugging Face 和 OpenBMB,推出 **大模型公开课第二季**
6+
这个夏天,THUNLP 携手 Hugging Face 和 OpenBMB,推出**大模型公开课第二季**
77

8-
在大模型公开课第二季中,将有全球知名开源社区 **OpenBMB X Hugging Face** 梦幻联动;**MiniCPM****ChatDev****Ultra** 对齐等明星开源项目作者亲自授课,带领同学从深度学习开始快速了解大模型的相关理论并进行实践。
8+
在大模型公开课第二季中,将有全球知名开源社区**OpenBMB X Hugging Face**梦幻联动;**MiniCPM****ChatDev****Ultra**对齐等明星开源项目作者亲自授课,带领同学从深度学习开始快速了解大模型的相关理论并进行实践。
99

10-
为了更广泛地普及大模型技术,课程视频及相关课程资料将从 **7月10日** 起,陆续上线至多个平台,欢迎广大同学关注学习。 **我们期待和更多平台、媒体和社区开展合作,如有合作意向请联系OpenBMB小助手。**
10+
为了更广泛地普及大模型技术,课程视频及相关课程资料将从**7月10日**起,陆续上线至多个平台,欢迎广大同学关注学习。**我们期待和更多平台、媒体和社区开展合作,如有合作意向请联系OpenBMB小助手。**
1111

1212
![](/images/courses/thunlp_openbmb.png)
1313

_data/projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
date: 2023
107107

108108
- title: TASTE
109-
subtitle: CIKM 2023
109+
subtitle: CIKM 2023 (<span style="color:red">oral</span>)
110110
image: images/projects/taste.png
111111
link: https://github.com/OpenMatch/TASTE
112112
description: Text Matching Improves Sequential Recommendation by Reducing Popularity Biases

_includes/citation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
{%- if site.data.ccf -%}
5151
{%- assign current_pub = citation.publisher | strip -%}
5252
{%- if site.data.ccf.a_publishers contains current_pub -%}
53-
&nbsp;·&nbsp;CCF-A
53+
&nbsp;·&nbsp;<span style="color: orange;">CCF-A</span>
5454
{%- endif -%}
5555
{%- if site.data.ccf.b_publishers contains current_pub -%}
56-
&nbsp;·&nbsp;CCF-B
56+
&nbsp;·&nbsp;<span style="color: orange;">CCF-B</span>
5757
{%- endif -%}
5858
{%- if site.data.ccf.c_publishers contains current_pub -%}
59-
&nbsp;·&nbsp;CCF-C
59+
&nbsp;·&nbsp;<span style="color: orange;">CCF-C</span>
6060
{%- endif -%}
6161
{%- if site.data.ccf.expanded_publishers contains current_pub -%}
62-
&nbsp;·&nbsp;CCF-Expanded
62+
&nbsp;·&nbsp;<span style="color: orange;">CCF-Expanded</span>
6363
{%- endif -%}
6464
{%- else -%}
6565
{{ "" }}

0 commit comments

Comments
 (0)