Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,46 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
organization_name: Hibernates
|
3 |
+
organization_type:
|
4 |
+
- artificial-intelligence
|
5 |
+
- developer-tools
|
6 |
+
organization_website: https://www.hibernates.ai
|
7 |
+
organization_logo: https://www.hibernates.ai/logo.png
|
8 |
+
github: hibernates-ai
|
9 |
+
twitter: HibernatesAI
|
10 |
+
license: apache-2.0
|
11 |
+
industries:
|
12 |
+
- machine-learning
|
13 |
+
- natural-language-processing
|
14 |
+
tech_stack:
|
15 |
+
- pytorch
|
16 |
+
- tensorflow
|
17 |
+
- transformers
|
18 |
---
|
19 |
|
20 |
+
# 🐻 Welcome to Hibernates
|
21 |
+
|
22 |
+
<div align="center">
|
23 |
+
<img src="https://www.hibernates.ai/logo.png" width="200" alt="Hibernates Logo">
|
24 |
+
</div>
|
25 |
+
|
26 |
+
## About Us
|
27 |
+
**Hibernates** is an AI research lab and deployment platform focused on making state-of-the-art ML models accessible through:
|
28 |
+
|
29 |
+
- 🧠 Intelligent model optimization
|
30 |
+
- ❄️ Cold-start solutions for edge computing
|
31 |
+
- 🤖 Automated ML pipelines
|
32 |
+
|
33 |
+
## Our Products
|
34 |
+
| Product | Description | Status |
|
35 |
+
|---------|-------------|--------|
|
36 |
+
| HiberTorch | Optimized model inference engine | [](https://pypi.org/project/hibertorch/) |
|
37 |
+
| ArcticLLM | 20B parameter LLM for edge devices | [GitHub](https://github.com/hibernates-ai/arctic-llm) |
|
38 |
+
|
39 |
+
## Core Team
|
40 |
+
```python
|
41 |
+
class Team:
|
42 |
+
def __init__(self):
|
43 |
+
self.members = [
|
44 |
+
{"name": "Dr. Ada Lovelace", "role": "Chief AI Scientist"},
|
45 |
+
{"name": "Alan Turington", "role": "ML Infrastructure Lead"},
|
46 |
+
{"name": "Grace Hopperfield
|