Spaces:
Running
Running
Defaullt
Browse files- index.html +35 -17
index.html
CHANGED
@@ -1,30 +1,48 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
|
5 |
-
<meta name="description" content="DeepSeek: Advancing Open-Source Language Models">
|
6 |
-
<meta name="keywords" content="DeepSeek, LLM, AI">
|
7 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8 |
-
<title>DeepSeek: Advancing Open-Source Language Models</title>
|
9 |
|
10 |
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
|
11 |
-
<link rel="stylesheet" href="
|
12 |
-
<link rel="stylesheet" href="
|
13 |
-
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
|
14 |
-
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
|
15 |
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
|
16 |
-
<link rel="stylesheet" href="./static/css/index.css">
|
17 |
-
<link rel="icon" href="./static/images/favicon.svg">
|
18 |
|
19 |
-
<
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
</head>
|
25 |
<body>
|
26 |
|
27 |
-
<section class="hero">
|
28 |
<div class="hero-body">
|
29 |
<div class="container is-max-desktop">
|
30 |
<div class="columns is-centered">
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<meta charset="utf-8">
|
5 |
+
<meta name="description" content="DeepSeek Papers: Advancing Open-Source Language Models">
|
6 |
+
<meta name="keywords" content="DeepSeek, LLM, AI, Research">
|
7 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8 |
+
<title>DeepSeek Papers: Advancing Open-Source Language Models</title>
|
9 |
|
10 |
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
|
11 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.3/css/bulma.min.css">
|
12 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
+
<style>
|
15 |
+
.publication-title {
|
16 |
+
color: #363636;
|
17 |
+
}
|
18 |
+
.paper-card {
|
19 |
+
margin-bottom: 2rem;
|
20 |
+
transition: transform 0.2s;
|
21 |
+
}
|
22 |
+
.paper-card:hover {
|
23 |
+
transform: translateY(-5px);
|
24 |
+
}
|
25 |
+
.coming-soon-badge {
|
26 |
+
background-color: #3273dc;
|
27 |
+
color: white;
|
28 |
+
padding: 0.25rem 0.75rem;
|
29 |
+
border-radius: 4px;
|
30 |
+
font-size: 0.8rem;
|
31 |
+
margin-left: 1rem;
|
32 |
+
}
|
33 |
+
.paper-description {
|
34 |
+
color: #4a4a4a;
|
35 |
+
margin-top: 0.5rem;
|
36 |
+
}
|
37 |
+
.release-date {
|
38 |
+
color: #7a7a7a;
|
39 |
+
font-size: 0.9rem;
|
40 |
+
}
|
41 |
+
</style>
|
42 |
</head>
|
43 |
<body>
|
44 |
|
45 |
+
<section class="hero is-light">
|
46 |
<div class="hero-body">
|
47 |
<div class="container is-max-desktop">
|
48 |
<div class="columns is-centered">
|