Update README.md
Browse files
README.md
CHANGED
|
@@ -9,10 +9,4 @@ pinned: false
|
|
| 9 |
|
| 10 |
<div align="center">
|
| 11 |
|
| 12 |
-
#
|
| 13 |
-
<span style="font-size: 3.3em; font-weight: bold; background: linear-gradient(45deg, #007CF0, #00DFD8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 4px 8px rgba(0,0,0,0.1);">
|
| 14 |
-
Pioneering RL Frontier for LLM
|
| 15 |
-
</span>
|
| 16 |
-
<br><br>
|
| 17 |
-
|
| 18 |
-
</div>
|
|
|
|
| 9 |
|
| 10 |
<div align="center">
|
| 11 |
|
| 12 |
+
<style> @import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&family=Playfair+Display:wght@700&display=swap'); .gradient-text { font-family: 'Cinzel Decorative', 'Playfair Display', serif; font-size: 4.2em; font-weight: 900; background: linear-gradient(45deg, #007CF0 0%, #00DFD8 25%, #FF0080 50%, #FF4D00 75%, #F9CB28 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: 300% 300%; animation: gradientShift 8s ease infinite; text-shadow: 0 2px 4px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.08), 0 8px 16px rgba(0,0,0,0.06); letter-spacing: 1.5px; line-height: 1.1; position: relative; display: inline-block; padding: 0 20px; } .gradient-text::before { content: ""; position: absolute; top: -5px; left: -5px; right: -5px; bottom: -5px; background: linear-gradient(45deg, #007CF0, #00DFD8, #FF0080, #FF4D00, #F9CB28); border-radius: 15px; z-index: -1; opacity: 0.3; filter: blur(15px); } @keyframes gradientShift { 0% { background-position: 0% 50% } 50% { background-position: 100% 50% } 100% { background-position: 0% 50% } } .subtitle { font-family: 'Playfair Display', serif; font-size: 1.8em; color: #5D6470; margin-top: 20px; font-style: italic; letter-spacing: 2px; text-shadow: 0 2px 4px rgba(0,0,0,0.1); } </style><span class="gradient-text"> Pioneering RL Frontier for LLM </span><div class="subtitle"> Reinforcement Learning × Large Language Models </div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|