Update README.md
Browse files
README.md
CHANGED
|
@@ -121,7 +121,7 @@ Here's how to use the model with the [light-splade](https://github.com/bizreach-
|
|
| 121 |
|
| 122 |
```python
|
| 123 |
import torch
|
| 124 |
-
from light_splade
|
| 125 |
|
| 126 |
# Initialize the encoder
|
| 127 |
encoder = SpladeEncoder(model_path="bizreach-inc/light-splade-japanese-14M")
|
|
|
|
| 121 |
|
| 122 |
```python
|
| 123 |
import torch
|
| 124 |
+
from light_splade import SpladeEncoder
|
| 125 |
|
| 126 |
# Initialize the encoder
|
| 127 |
encoder = SpladeEncoder(model_path="bizreach-inc/light-splade-japanese-14M")
|