File size: 6,045 Bytes
851703e
be15139
 
0a9ca58
be15139
 
 
 
 
 
 
 
 
0a9ca58
be15139
 
 
 
 
 
 
 
 
 
8c74d6d
be15139
 
 
 
 
 
 
 
 
 
 
 
 
8c74d6d
be15139
 
 
 
 
f213243
0a9ca58
be15139
 
 
 
 
0a9ca58
be15139
 
 
 
 
0a9ca58
be15139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8453e4a
be15139
 
 
 
 
 
 
 
 
 
 
 
 
8453e4a
0a9ca58
be15139
 
 
 
 
 
0a9ca58
be15139
 
 
8453e4a
be15139
 
 
 
 
 
 
 
 
 
 
 
0a9ca58
be15139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8453e4a
be15139
 
 
 
 
8453e4a
0a9ca58
be15139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8453e4a
be15139
 
0a9ca58
be15139
 
 
 
 
 
 
 
851703e
 
be15139
 
 
 
 
 
 
 
 
 
 
851703e
be15139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
851703e
 
 
be15139
 
 
 
 
 
 
 
 
 
0a9ca58
 
02d2c0e
be15139
851703e
 
be15139
851703e
be15139
 
 
 
 
851703e
be15139
 
 
 
b8df595
59c5914
be15139
0a9ca58
 
851703e
 
be15139
 
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<style>
  .ae-root {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    max-width: 1040px;
    margin: 0 auto;
    padding: 24px 12px;
    color: #161718;
  }

  .ae-mission {
    background: #d9e7ff;
    border: 1.5px solid #01113b;
    border-radius: 14px;
    padding: 22px 30px;
    margin-bottom: 22px;
  }

  .ae-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 4px 13px;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .ae-badge-blue {
    background: #01113b;
    color: #d9e7ff;
  }

  .ae-title {
    margin: 0 0 10px 0;
    color: #01113b;
    font-size: 16px;
    font-weight: 600;
  }

  .ae-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
  }

  .ae-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 22px;
  }

  .ae-card {
    border-radius: 14px;
    padding: 22px 26px;
    border: 1.5px solid;
  }

  .ae-open {
    background: #e7ffde;
    border-color: #243907;
  }

  .ae-prop {
    background: #ffb99d;
    border-color: #b83400;
  }

  .ae-badge-open {
    background: #243907;
    color: #e7ffde;
  }

  .ae-badge-prop {
    background: #b83400;
    color: #ffb99d;
  }

  .ae-card h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
  }

  .ae-open h3 {
    color: #243907;
  }

  .ae-prop h3 {
    color: #b83400;
  }

  .ae-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
  }

  .ae-divider {
    border: 0;
    border-top: 1px solid currentColor;
    opacity: .18;
    margin: 14px 0 10px 0;
  }

  .ae-links {
    font-size: 12px;
  }

  .ae-links a {
    color: inherit;
    text-decoration: underline;
  }

  .ae-releases {
    background: #242424;
    color: #e1e1e1;
    border: 1.5px solid #3d3d3d;
    border-radius: 14px;
    padding: 22px 30px;
  }

  .ae-badge-release {
    background: #e1e1e1;
    color: #242424;
  }

  .ae-release-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .ae-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #e1e1e1;
    margin-top: 8px;
    flex: 0 0 auto;
  }

  .ae-release-item h3 {
    margin: 0 0 6px 0;
    font-size: 16px;
    color: #e1e1e1;
  }

  .ae-release-item p {
    margin: 0 0 12px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #cfcfcf;
  }

  .ae-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 999px;
    background: #3d3d3d;
    border: 1px solid #555555;
    color: #f2f2f2 !important;
    text-decoration: none !important;
    font-size: 12px;
  }

  @media (max-width: 720px) {
    .ae-grid {
      grid-template-columns: 1fr;
    }

    .ae-root {
      padding: 18px 8px;
    }
  }
</style>

<div class="ae-root">
  <section class="ae-mission">
    <div class="ae-badge ae-badge-blue">🎯 Our mission</div>
    <h2 class="ae-title">Building efficient AI models</h2>
    <p class="ae-text">
      At AlphaEdge, we aim to offer AI models that can run on any type of hardware in a flexible way,
      via API or Edge, on GPU as well as CPU. Our goal is to deliver high performance on complex tasks
      while significantly reducing latency, memory consumption, and inference costs. We expose this
      vision through two channels: our open models and our proprietary models.
    </p>
  </section>

  <section class="ae-grid">
    <div class="ae-card ae-open">
      <div class="ae-badge ae-badge-open">πŸ”“ Open source</div>
      <h3>Open Models</h3>
      <p>
        The open source models available on this Hugging Face organization are based on existing ones,
        published under permissive licenses, for which we propose improvements. The goal here is to
        showcase our expertise, particularly in state-of-the-art compression techniques, applied to
        model classes well known to the community.
      </p>
      <hr class="ae-divider">
      <div class="ae-links">
        <a href="https://huggingface.co/alphaedge-ai/models">Available models</a>
        Β·
        <a href="https://huggingface.co/alphaedge-ai/datasets">Available datasets</a>
      </div>
    </div>

    <div class="ae-card ae-prop">
      <div class="ae-badge ae-badge-prop">πŸ”’ Proprietary</div>
      <h3>Commercial Models</h3>
      <p>
        Our proprietary models are built on a new architecture that we call ELM
        (Efficient Language Models). They offer optimized performance for professional use cases
        requiring full sovereignty and real-time usage. Resource-efficient, they are available
        through our API or can be deployed on-premises on your hardware at your company.
      </p>
      <hr class="ae-divider">
      <div class="ae-links">
        <a href="https://api-docs.alphaedge-ai.com/">Our API</a>
      Β·
        <a href="https://alphaedge-ai.com/">Our website</a>
      </div>
    </div>
  </section>

  <section class="ae-releases">
    <div class="ae-badge ae-badge-release">πŸ—ƒοΈ Our main open-source releases</div>

    <div class="ae-release-item">
      <div class="ae-dot"></div>
      <div>
        <h3>Trimming</h3>
        <p>
          A key technique for effectively reducing the size of language models while preserving their
          performance, making them easier to deploy. We invite you to read the blog post written on
          the subject to learn about all the benefits of this method, and to explore the Space to
          browse the more than 7,000 models based on the trimming that we propose.
        </p>
        <a class="ae-pill" href="https://huggingface.co/blog/lbourdois/introduction-to-trimming">πŸ“– Blog post</a>
        <a class="ae-pill" href="https://huggingface.co/spaces/alphaedge-ai/Trimming_models_search">πŸ€— HF Space</a>
      </div>
    </div>
  </section>
</div>