Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,11 @@ 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 |
+
| [yujiepan/gemma-3n-tiny-random](https://huggingface.co/yujiepan/gemma-3n-tiny-random) | hidden size is 32 |
|
18 |
+
| [yujiepan/gemma-3n-tiny-random-dim4](https://huggingface.co/yujiepan/gemma-3n-tiny-random-dim4) | hidden size is 4; potentially not supported in paged attention kernels|
|
19 |
+
|
20 |
### Example usage:
|
21 |
|
22 |
```python
|