jon-tow commited on
Commit
a519068
1 Parent(s): 90ffb7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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
+ ```