jon-tow's picture
Update README.md
a519068 verified
|
raw
history blame
240 Bytes
---
{}
---
# `Tiny Random Stable LM 2 (Development)`
This repository stores a development version of Stable LM 2 for sanity-checking/debugging the `transformers` implementation.
```
import transformers
transformers.set_seed(123456983)
```