Files changed (1) hide show
  1. README.md +131 -11
README.md CHANGED
@@ -1,16 +1,136 @@
1
  ---
2
  title: README
3
- emoji: 🐠
4
- colorFrom: green
5
- colorTo: red
6
  sdk: static
7
  pinned: true
8
  ---
9
-
10
- # Zeus Labs
11
- We are an small AI research group, focused on developing performant and highly capable Large Language Models that aim to excel in their domains.
12
- Exploration of cutting-edge model finetuning methods and data preparation techniques is our speciality.
13
-
14
- Currently led by [@elinas](https://huggingface.co/elinas) and [@SteelSkull](https://huggingface.co/Steelskull). See our profiles for our independently developed work!
15
-
16
- We are currently growing, and anyone interested in ML is welcome to join [The Zeus Labs Discord](https://discord.gg/tknvCD4aje)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: πŸš€
4
+ colorFrom: blue
5
+ colorTo: gray
6
  sdk: static
7
  pinned: true
8
  ---
9
+ <!DOCTYPE html>
10
+ <html lang="en">
11
+ <head>
12
+ <meta charset="UTF-8">
13
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
14
+ <title>Zeus Labs Organization Card</title>
15
+ <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap" rel="stylesheet">
16
+ <style>
17
+ body, html {
18
+ height: 100%;
19
+ margin: 0;
20
+ padding: 0;
21
+ font-family: 'Quicksand', sans-serif;
22
+ background: linear-gradient(135deg, #0a1128 0%, #1c2541 100%);
23
+ color: #e0e1dd;
24
+ font-size: 16px;
25
+ }
26
+ .container {
27
+ width: 100%;
28
+ max-width: 800px;
29
+ margin: 0 auto;
30
+ padding: 20px;
31
+ background-color: rgba(255, 255, 255, 0.05);
32
+ border-radius: 12px;
33
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
34
+ backdrop-filter: blur(10px);
35
+ border: 1px solid rgba(255, 255, 255, 0.1);
36
+ }
37
+ .header h1 {
38
+ font-size: 36px;
39
+ color: #4cc9f0;
40
+ margin: 0 0 20px 0;
41
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
42
+ }
43
+ h2 {
44
+ font-size: 24px;
45
+ color: #7209b7;
46
+ margin-top: 30px;
47
+ }
48
+ p, ul {
49
+ font-size: 16px;
50
+ line-height: 1.6;
51
+ color: #e0e1dd;
52
+ }
53
+ .logo {
54
+ width: 300px;
55
+ height: auto;
56
+ margin: auto auto auto;
57
+ display: circle;
58
+ box-shadow: 0 0 20px rgba(76, 201, 240, 0.6);
59
+ }
60
+ a {
61
+ color: #4cc9f0;
62
+ text-decoration: none;
63
+ }
64
+ a:hover {
65
+ color: #f72585;
66
+ }
67
+ .button {
68
+ display: inline-block;
69
+ background-color: #3a0ca3;
70
+ color: #e0e1dd;
71
+ padding: 10px 20px;
72
+ border-radius: 5px;
73
+ cursor: pointer;
74
+ text-decoration: none;
75
+ margin-top: 20px;
76
+ }
77
+ .button:hover {
78
+ background-color: #7209b7;
79
+ }
80
+ .team-member {
81
+ margin-bottom: 15px;
82
+ }
83
+ .achievements {
84
+ background-color: rgba(58, 12, 163, 0.2);
85
+ border-radius: 8px;
86
+ padding: 15px;
87
+ margin-top: 20px;
88
+ }
89
+ </style>
90
+ </head>
91
+ <body>
92
+ <div class="container">
93
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/Lo7XdJrd46jmcjyBqLGGA.png" alt="Zeus Labs Logo" class="logo">
94
+ <div class="header">
95
+ </div>
96
+ <div class="info">
97
+ <p>We are a small but ambitious AI research group, focused on developing performant and highly capable Large Language Models that aim to excel in their domains. Our specialty lies in the exploration of cutting-edge model finetuning methods and innovative data preparation techniques.</p>
98
+ <p></p>
99
+ <h2>Our Mission</h2>
100
+ <p>At Zeus Labs, we strive to push the boundaries of AI capabilities, particularly in the realm of language models. Our goal is to create models that not only perform well but also demonstrate exceptional abilities in specific domains, contributing to the advancement of AI technology and its applications.</p>
101
+ <p></p>
102
+ <h2>Our Approach</h2>
103
+ <ul>
104
+ <li>Cutting-edge finetuning methods for Large Language Models</li>
105
+ <li>Innovative data preparation and curation techniques</li>
106
+ <li>Focus on domain-specific excellence and versatility</li>
107
+ <li>Open collaboration and knowledge sharing within the AI community</li>
108
+ </ul>
109
+ <p></p>
110
+ <h2>Team:</h2>
111
+ <div class="team-member">
112
+ <p><strong>@elinas</strong> - <a href="https://huggingface.co/elinas" target="_blank">HuggingFace Profile</a></p>
113
+ </div>
114
+ <div class="team-member">
115
+ <p><strong>@SteelSkull</strong> - <a href="https://huggingface.co/Steelskull" target="_blank">HuggingFace Profile</a></p>
116
+ </div>
117
+ <p></p>
118
+ <h2>Notable Achievements</h2>
119
+ <div class="achievements">
120
+ <ul>
121
+ <li>Development of L3-Aethora-15B series, The first heavily fintuned 15b model that focuses in creative writing and general intelligence.</li>
122
+ <li>Creation of the Aether-Lite-V1.8.1 dataset, a carefully curated dataset for AI training</li>
123
+ </ul>
124
+ </div>
125
+ <p></p>
126
+ <h2>Join Us</h2>
127
+ <p>We are currently growing and looking for passionate individuals interested in machine learning and AI research. Whether you're a seasoned researcher or an enthusiastic beginner, there's a place for you in our community.</p>
128
+ <p>Join our Discord to connect with like-minded individuals, share ideas, and potentially collaborate on exciting AI projects!</p>
129
+ <a href="https://discord.gg/tknvCD4aje" class="button" target="_blank">Join The Zeus Labs Discord</a>
130
+ <p></p>
131
+ <h2>Our Work</h2>
132
+ <p>Explore our independently developed work and collaborations on our HuggingFace profiles. We're always pushing the boundaries of what's possible with AI!</p>
133
+ </div>
134
+ </div>
135
+ </body>
136
+ </html>