Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This repository contains configurations to slice Gemma 3n E4B, which is enabled thanks to it being a MatFormer.
|
2 |
The E4B model can be sliced into small models, trading off quality and latency/compute requirements.
|
3 |
We recommend exploring the [MatFormer Lab](TODO: add link) to getting started with slicing Gemma 3n E4B yourself.
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- matformer
|
4 |
+
---
|
5 |
+
|
6 |
+
|
7 |
This repository contains configurations to slice Gemma 3n E4B, which is enabled thanks to it being a MatFormer.
|
8 |
The E4B model can be sliced into small models, trading off quality and latency/compute requirements.
|
9 |
We recommend exploring the [MatFormer Lab](TODO: add link) to getting started with slicing Gemma 3n E4B yourself.
|