Update README.md
Browse files
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 |
|