gowitheflow commited on
Commit
086b708
1 Parent(s): fea5138

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ Encoding with our PixelLinguist class is very straightforward, just like using a
40
 
41
  ```python
42
  model_name = "Pixel-Linguist/Pixel-Linguist-v0"
43
- model = PixelLinguist(model_name, keep_mlp=True)
44
 
45
  texts = ["I love you","I like you"]
46
  embeddings = model.encode(texts)
 
40
 
41
  ```python
42
  model_name = "Pixel-Linguist/Pixel-Linguist-v0"
43
+ model = PixelLinguist(model_name)
44
 
45
  texts = ["I love you","I like you"]
46
  embeddings = model.encode(texts)