update
Browse files
README.md
CHANGED
|
@@ -6,3 +6,4 @@ This is a tiny random Llama model derived from ["meta-llama/Llama-2-7b-hf"](http
|
|
| 6 |
|
| 7 |
See [make_tiny_model.py](./make_tiny_model.py) for how this was done.
|
| 8 |
|
|
|
|
|
|
| 6 |
|
| 7 |
See [make_tiny_model.py](./make_tiny_model.py) for how this was done.
|
| 8 |
|
| 9 |
+
This is useful for functional testing (not quality generation, since its weights are random and the tokenizer has been shrunk to 3k items)
|