jacobrenn commited on
Commit
761fbc8
1 Parent(s): e1801e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -51,6 +51,7 @@ The code below shows how to use `dlite-v1-124m` in the way which it was trained.
51
 
52
  ```python
53
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
54
 
55
  model_id = 'aisquared/dlite-v1-124m'
56
 
 
51
 
52
  ```python
53
  from transformers import AutoModelForCausalLM, AutoTokenizer
54
+ import numpy as np
55
 
56
  model_id = 'aisquared/dlite-v1-124m'
57