Update README.md
Browse files
README.md
CHANGED
|
@@ -4,3 +4,8 @@
|
|
| 4 |
# `Tiny Random Stable LM 2 (Development)`
|
| 5 |
|
| 6 |
This repository stores a development version of Stable LM 2 for sanity-checking/debugging the `transformers` implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
# `Tiny Random Stable LM 2 (Development)`
|
| 5 |
|
| 6 |
This repository stores a development version of Stable LM 2 for sanity-checking/debugging the `transformers` implementation.
|
| 7 |
+
|
| 8 |
+
```
|
| 9 |
+
import transformers
|
| 10 |
+
transformers.set_seed(123456983)
|
| 11 |
+
```
|