-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
90 lines (84 loc) · 3.07 KB
/
about.html
File metadata and controls
90 lines (84 loc) · 3.07 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Computer Intelligence Project</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
[<a href="index.html">Home</a>]
[<a href="#">SWE Arena</a>]
</nav>
</header>
<main>
<h1>Computer Intelligence Project</h1>
<section>
<h2>About</h2>
<p>
Computer Intelligence Project is a non-profit and open scientific collaboration focused on incubating open-source projects and research, similar to <a href="https://www.bigcode-project.org/"><u>BigCode Project</u></a>. We conduct cutting-edge research on multimodal code intelligence, build data pipelines, develop the open corpus, train large models, and evaluate the models.
</p>
</section>
<section>
<h2>Lead</h2>
<p>
Terry Yue Zhuo
</p>
</section>
<section>
<h2>Members</h2>
<p>
Gary Liu,
Bo (Benjamin) Liu,
Kaixin Li,
Yuhan Cao,
Binyuan Hui,
Qian Liu,
Jihan Yao,
Yuxiang Wei,
Fan Zhou,
Mingzhe Du,
Tianyang Liu,
Wasi Ahmad
</p>
</section>
<section>
<h2>Advisors</h2>
<p>
Sean Hughes,
Torsten Scholak,
Atin Sood,
Arjun Guha,
Leandro von Werra,
Banghua Zhu,
Meg Risdal,
Harm de Vries,
Lingming Zhang,
Julian McAuley,
Zhenchang Xing,
Xiaoning Du
</p>
</section>
<section>
<h2>Sponsors</h2>
<p>
Computer Intelligence Project is supported by donations from the following institutions: E2B, Hugging Face, IBM, and CSIRO's Data61.
</p>
<p>
We also thank the following companies for providing API credits to serve their models on SWE Arena: Alibaba, and IBM.
</p>
<p>
We welcome diverse forms of donations and sponsorships, including but not limited to cash, computing devices (e.g., GPUs), and cloud credits. Please contact us at <a href="mailto:computer.intelligence.project@gmail.com"><u>computer.intelligence.project@gmail.com</u></a> to learn more about sponsorships and benefits.
</p>
</section>
<section>
<h2>Contact Us</h2>
<p>Email us at <a href="mailto:computer.intelligence.project@gmail.com"><u>computer.intelligence.project@gmail.com</u></a>.</p>
<!-- <p>Join us on <a href="#"><u>Discord</u></a>.</p> -->
<p>Follow us on <a href="https://x.com/BigComProject"><u>X</u></a>.</p>
</section>
</main>
</body>
</html>