Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# π§ *DQN Labs*
|
| 2 |
+
|
| 3 |
+
DQN Labs is an independent AI research project focused on building, training, and experimenting with Large Language Models (LLMs).
|
| 4 |
+
|
| 5 |
+
Our goal is to push the limits of small, efficient AI models and make powerful AI systems accessible to everyone.
|
| 6 |
+
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
## π¬ Current Focus
|
| 10 |
+
|
| 11 |
+
DQN Labs is currently focused on LLM development and fine-tuning, including:
|
| 12 |
+
|
| 13 |
+
- π§ Training and fine-tuning open-source language models
|
| 14 |
+
- π» Improving code generation and reasoning ability
|
| 15 |
+
- π Evaluating models on benchmarks such as HumanEval
|
| 16 |
+
- β‘ Running efficient experiments on consumer hardware
|
| 17 |
+
|
| 18 |
---
|
| 19 |
+
|
| 20 |
+
## π¦ What You'll Find Here
|
| 21 |
+
|
| 22 |
+
This organization hosts:
|
| 23 |
+
|
| 24 |
+
- π€ Fine-tuned language models
|
| 25 |
+
- π Training datasets
|
| 26 |
+
- π§ͺ Experimental checkpoints
|
| 27 |
+
- π Evaluation results and benchmarks
|
| 28 |
+
|
| 29 |
+
Most experiments focus on efficient training methods and lightweight models.
|
| 30 |
+
|
| 31 |
+
Everybody is free to contribute to the organizations, whether you choose to do so through providing new data, sharing your research through papers, or even fine tuning a few models yoruself!
|
| 32 |
+
|
| 33 |
---
|
| 34 |
|
| 35 |
+
## π Tech Stack
|
| 36 |
+
|
| 37 |
+
- Python
|
| 38 |
+
- PyTorch
|
| 39 |
+
- Hugging Face Transformers
|
| 40 |
+
- MLX (Apple Silicon optimization)
|
| 41 |
+
- LoRA / parameter-efficient fine-tuning
|
| 42 |
+
|
| 43 |
+
---
|
| 44 |
+
|
| 45 |
+
## π― Vision
|
| 46 |
+
|
| 47 |
+
DQN Labs is exploring how capable small AI models can become through better data, smarter training, and efficient infrastructure.
|
| 48 |
+
|
| 49 |
+
---
|
| 50 |
+
|
| 51 |
+
## π Links
|
| 52 |
+
|
| 53 |
+
- π€ Hugging Face: DQN Labs
|
| 54 |
+
- π₯ YouTube: DQN Labs
|
| 55 |
+
|
| 56 |
+
---
|
| 57 |
+
|
| 58 |
+
## β‘ Motto
|
| 59 |
+
|
| 60 |
+
> Local AI for everyone.
|