k-watarai commited on
Commit
9c5beb0
·
verified ·
1 Parent(s): da497d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.models.splade import SpladeEncoder
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")