Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ pipeline_tag: text-generation
|
|
| 8 |
library_name: transformers
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# Jan-edge: Distilled for Edge, Built for Agents
|
| 12 |
|
| 13 |
[](https://github.com/menloresearch/deep-research)
|
| 14 |
[](https://opensource.org/licenses/Apache-2.0)
|
|
@@ -16,29 +16,29 @@ library_name: transformers
|
|
| 16 |
|
| 17 |
## Overview
|
| 18 |
|
| 19 |
-
**Jan-edge** is a lightweight agentic model built for fast, reliable on-device execution. As the second release in the **Jan Family**, it is distilled from the larger [`Jan-v1`](https://huggingface.co/janhq/Jan-v1-4B) model, preserving strong reasoning and problem-solving ability in a smaller footprint suitable for resource-constrained environments.
|
| 20 |
|
| 21 |
-
Jan-edge was developed through a two-phase post-training process. The first phase, **Supervised Fine-Tuning (SFT)**, transferred core capabilities from the `Jan-v1` teacher model to the smaller student. The second phase, **Reinforcement Learning with Verifiable Rewards (RLVR)** —the same method used in `Jan-v1` and `Lucy`—further optimized reasoning efficiency, tool use, and correctness. This staged approach delivers reliable results on complex, interactive workloads.
|
| 22 |
|
| 23 |
## Performance
|
| 24 |
|
| 25 |
### Question Answering(SimpleQA)
|
| 26 |
|
| 27 |
-
Despite having only 1.7B parameters, **Jan-edge** achieves 83% accuracy—nearly matching the larger Jan-nano-128k—demonstrating its efficiency and robustness.
|
| 28 |
|
| 29 |
-
. Simply select the model from the Jan App interface for immediate access to its full capabilities.
|
| 42 |
|
| 43 |
### Local Deployment
|
| 44 |
|
|
@@ -72,7 +72,7 @@ max_tokens: 2048
|
|
| 72 |
|
| 73 |
## 🤝 Community & Support
|
| 74 |
|
| 75 |
-
- **Discussions**: [HuggingFace Community](https://huggingface.co/janhq/Jan-edge/discussions)
|
| 76 |
- **Jan App**: Discover more about the Jan App at [jan.ai](https://jan.ai/)
|
| 77 |
|
| 78 |
## 📄 Citation
|
|
|
|
| 8 |
library_name: transformers
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Jan-v1-edge: Distilled for Edge, Built for Agents
|
| 12 |
|
| 13 |
[](https://github.com/menloresearch/deep-research)
|
| 14 |
[](https://opensource.org/licenses/Apache-2.0)
|
|
|
|
| 16 |
|
| 17 |
## Overview
|
| 18 |
|
| 19 |
+
**Jan-v1-edge** is a lightweight agentic model built for fast, reliable on-device execution. As the second release in the **Jan Family**, it is distilled from the larger [`Jan-v1`](https://huggingface.co/janhq/Jan-v1-4B) model, preserving strong reasoning and problem-solving ability in a smaller footprint suitable for resource-constrained environments.
|
| 20 |
|
| 21 |
+
Jan-v1-edge was developed through a two-phase post-training process. The first phase, **Supervised Fine-Tuning (SFT)**, transferred core capabilities from the `Jan-v1` teacher model to the smaller student. The second phase, **Reinforcement Learning with Verifiable Rewards (RLVR)** —the same method used in `Jan-v1` and `Lucy`—further optimized reasoning efficiency, tool use, and correctness. This staged approach delivers reliable results on complex, interactive workloads.
|
| 22 |
|
| 23 |
## Performance
|
| 24 |
|
| 25 |
### Question Answering(SimpleQA)
|
| 26 |
|
| 27 |
+
Despite having only 1.7B parameters, **Jan-v1-edge** achieves 83% accuracy—nearly matching the larger Jan-nano-128k—demonstrating its efficiency and robustness.
|
| 28 |
|
| 29 |
+

|
| 30 |
|
| 31 |
### Chat & Instruction Following
|
| 32 |
|
| 33 |
+

|
| 34 |
|
| 35 |
+
Versus Qwen 3 1.7B Thinking, Jan-v1-edge shows a slight degradation on instruction-following and CreativeWriting, while remaining comparable or better on EQBench and recency QA.
|
| 36 |
|
| 37 |
## Quick Start
|
| 38 |
|
| 39 |
### Integration with Jan App
|
| 40 |
|
| 41 |
+
Jan-v1-edge is optimized for direct integration with the [Jan App](https://jan.ai/). Simply select the model from the Jan App interface for immediate access to its full capabilities.
|
| 42 |
|
| 43 |
### Local Deployment
|
| 44 |
|
|
|
|
| 72 |
|
| 73 |
## 🤝 Community & Support
|
| 74 |
|
| 75 |
+
- **Discussions**: [HuggingFace Community](https://huggingface.co/janhq/Jan-v1-edge/discussions)
|
| 76 |
- **Jan App**: Discover more about the Jan App at [jan.ai](https://jan.ai/)
|
| 77 |
|
| 78 |
## 📄 Citation
|