-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (81 loc) · 4.85 KB
/
Copy pathindex.html
File metadata and controls
90 lines (81 loc) · 4.85 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>OpenMOSS · 开源大模型与通用人工智能研究 | Open-Source Large Models & AGI Research</title>
<meta name="description" content="OpenMOSS — an open research team from the Shanghai Innovation Institute, Fudan University NLP Lab, and MOSI Intelligence, building open-source large language, speech, and multimodal models toward general AI.">
<meta name="keywords" content="OpenMOSS, MOSS, large language model, multimodal, speech model, open source AI, Fudan University, Shanghai Innovation Institute, Xipeng Qiu, AGI, 大模型, 多模态, 复旦大学, 上海创智学院">
<meta name="author" content="OpenMOSS Team">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#0e419c">
<link rel="canonical" href="https://openmoss.ai/">
<link rel="icon" type="image/x-icon" href="/blog/favicon.ico">
<link rel="apple-touch-icon" href="/assets/img/openmoss-logo.png">
<!-- Open Graph / Facebook / WeChat -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="OpenMOSS">
<meta property="og:url" content="https://openmoss.ai/">
<meta property="og:title" content="OpenMOSS · Open-Source Large Models & AGI Research">
<meta property="og:description" content="An open research team from the Shanghai Innovation Institute, Fudan University NLP Lab, and MOSI Intelligence — building open-source large language, speech, and multimodal models toward general AI.">
<meta property="og:image" content="https://openmoss.ai/assets/img/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:locale" content="zh_CN">
<meta property="og:locale:alternate" content="en_US">
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Open_MOSS">
<meta name="twitter:title" content="OpenMOSS · Open-Source Large Models & AGI Research">
<meta name="twitter:description" content="An open research team from the Shanghai Innovation Institute, Fudan University NLP Lab, and MOSI Intelligence — building open-source large language, speech, and multimodal models toward general AI.">
<meta name="twitter:image" content="https://openmoss.ai/assets/img/og-image.png">
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/roboto-subset.woff2" crossorigin>
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/noto-sans-sc-subset.woff2" crossorigin>
<link rel="stylesheet" href="/assets/css/style.css?v=20260620123000">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "OpenMOSS",
"alternateName": "OpenMOSS Team",
"url": "https://openmoss.ai/",
"logo": "https://openmoss.ai/assets/img/openmoss-logo.png",
"description": "An open research team from the Shanghai Innovation Institute, Fudan University NLP Lab, and MOSI Intelligence, building open-source large language, speech, and multimodal models toward general AI.",
"founder": {
"@type": "Person",
"name": "Xipeng Qiu",
"url": "https://xpqiu.github.io/"
},
"parentOrganization": [
{ "@type": "CollegeOrUniversity", "name": "Fudan University", "url": "https://www.fudan.edu.cn/" },
{ "@type": "Organization", "name": "Shanghai Innovation Institute", "url": "https://www.sii.edu.cn/" }
],
"sameAs": [
"https://github.com/OpenMOSS",
"https://x.com/Open_MOSS"
]
}
</script>
</head>
<body>
<div id="app"></div>
<noscript>
<div style="max-width:720px;margin:64px auto;padding:0 24px;font-family:system-ui,sans-serif;line-height:1.7;color:#1a2233;">
<h1 style="color:#0e419c;">OpenMOSS</h1>
<p>OpenMOSS is an open research team from the Shanghai Innovation Institute, the Fudan University NLP Lab, and MOSI Intelligence, building open-source large language, speech, and multimodal models toward general artificial intelligence.</p>
<p>This site requires JavaScript. Explore our work directly:</p>
<ul>
<li><a href="https://github.com/OpenMOSS">GitHub — github.com/OpenMOSS</a></li>
<li><a href="https://x.com/Open_MOSS">X / Twitter — @Open_MOSS</a></li>
<li><a href="/blog/cn/">Blog</a></li>
<li>Email — <a href="mailto:llm@fudan.edu.cn">llm@fudan.edu.cn</a></li>
</ul>
</div>
</noscript>
<script defer src="/assets/js/i18n.js?v=20260606103000"></script>
<script defer src="/assets/js/content-data.js?v=20260620123000"></script>
<script defer src="/assets/js/gh-stars-data.js?v=20260605172641"></script>
<script defer src="/assets/js/team-data.js?v=20260605172641"></script>
<script defer src="/assets/js/spa.js?v=20260620123000"></script>
</body>
</html>