File size: 4,821 Bytes
4034aee
 
ce57cfc
 
 
4034aee
4611a5e
4034aee
ce57cfc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
---
title: README
emoji: πŸš€
colorFrom: blue
colorTo: gray
sdk: static
pinned: true
---
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Zeus Labs Organization Card</title>
  <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap" rel="stylesheet">
  <style>
    body, html {
      height: 100%;
      margin: 0;
      padding: 0;
      font-family: 'Quicksand', sans-serif;
      background: linear-gradient(135deg, #0a1128 0%, #1c2541 100%);
      color: #e0e1dd;
      font-size: 16px;
    }
    .container {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .header h1 {
      font-size: 36px;
      color: #4cc9f0;
      margin: 0 0 20px 0;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
    h2 {
      font-size: 24px;
      color: #7209b7;
      margin-top: 30px;
    }
    p, ul {
      font-size: 16px;
      line-height: 1.6;
      color: #e0e1dd;
    }
    .logo {
      width: 300px;
      height: auto;
      margin: auto auto auto;
      display: circle;
      box-shadow: 0 0 20px rgba(76, 201, 240, 0.6);
    }
    a {
      color: #4cc9f0;
      text-decoration: none;
    }
    a:hover {
      color: #f72585;
    }
    .button {
      display: inline-block;
      background-color: #3a0ca3;
      color: #e0e1dd;
      padding: 10px 20px;  
      border-radius: 5px;
      cursor: pointer;
      text-decoration: none;
      margin-top: 20px;
    }
    .button:hover {
      background-color: #7209b7;
    }
    .team-member {
      margin-bottom: 15px;
    }
    .achievements {
      background-color: rgba(58, 12, 163, 0.2);
      border-radius: 8px;
      padding: 15px;
      margin-top: 20px;
    }
  </style>
</head>
<body>
  <div class="container">
    <img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/Lo7XdJrd46jmcjyBqLGGA.png" alt="Zeus Labs Logo" class="logo">
    <div class="header">
    </div>
    <div class="info">
      <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>
      <p></p>
      <h2>Our Mission</h2>
      <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>
      <p></p>
      <h2>Our Approach</h2>
      <ul>
        <li>Cutting-edge finetuning methods for Large Language Models</li>
        <li>Innovative data preparation and curation techniques</li>
        <li>Focus on domain-specific excellence and versatility</li>
        <li>Open collaboration and knowledge sharing within the AI community</li>
      </ul>
      <p></p>
      <h2>Team:</h2>
      <div class="team-member">
        <p><strong>@elinas</strong> - <a href="https://huggingface.co/elinas" target="_blank">HuggingFace Profile</a></p>
      </div>
      <div class="team-member">
        <p><strong>@SteelSkull</strong> - <a href="https://huggingface.co/Steelskull" target="_blank">HuggingFace Profile</a></p>
      </div>
      <p></p>
      <h2>Notable Achievements</h2>
      <div class="achievements">
        <ul>
          <li>Development of L3-Aethora-15B series, The first heavily fintuned 15b model that focuses in creative writing and general intelligence.</li>
          <li>Creation of the Aether-Lite-V1.8.1 dataset, a carefully curated dataset for AI training</li>
        </ul>
      </div>
      <p></p>
      <h2>Join Us</h2>
      <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>
      <p>Join our Discord to connect with like-minded individuals, share ideas, and potentially collaborate on exciting AI projects!</p>
      <a href="https://discord.gg/tknvCD4aje" class="button" target="_blank">Join The Zeus Labs Discord</a>
      <p></p>
      <h2>Our Work</h2>
      <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>
    </div>
  </div>
</body>
</html>