Improve README
Browse files
README.md
CHANGED
@@ -131,6 +131,7 @@ Limitations:
|
|
131 |
```python
|
132 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
133 |
import torch
|
|
|
134 |
|
135 |
model_name = "agentlans/multilingual-e5-small-aligned-readability"
|
136 |
|
|
|
131 |
```python
|
132 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
133 |
import torch
|
134 |
+
import numpy as np
|
135 |
|
136 |
model_name = "agentlans/multilingual-e5-small-aligned-readability"
|
137 |
|