Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,12 @@ base_model:
|
|
| 12 |
|
| 13 |
This tiny model is for debugging. It is randomly initialized with the config adapted from [google/gemma-3n-E4B-it](https://huggingface.co/google/gemma-3n-E4B-it).
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
### Example usage:
|
| 16 |
|
| 17 |
```python
|
|
|
|
| 12 |
|
| 13 |
This tiny model is for debugging. It is randomly initialized with the config adapted from [google/gemma-3n-E4B-it](https://huggingface.co/google/gemma-3n-E4B-it).
|
| 14 |
|
| 15 |
+
| Model ID | Notes |
|
| 16 |
+
| ------------------------------------------------------------------------------------- | ------------------------------- |
|
| 17 |
+
| [tiny-random/gemma-3n](https://huggingface.co/tiny-random/gemma-3n) | hidden size is 32 |
|
| 18 |
+
| [tiny-random/gemma-3n-dim4](https://huggingface.co/tiny-random/gemma-3n-dim4) | hidden size is 4; potentially not supported in paged attention kernels|
|
| 19 |
+
|
| 20 |
+
|
| 21 |
### Example usage:
|
| 22 |
|
| 23 |
```python
|