Update README.md
Browse files
README.md
CHANGED
@@ -383,12 +383,7 @@ print(f"Features: {train_data.features}")
|
|
383 |
### Advanced usage and embeddings
|
384 |
|
385 |
```python
|
386 |
-
|
387 |
-
import os
|
388 |
-
import pathlib
|
389 |
from datasets import load_dataset
|
390 |
-
import polars as pl
|
391 |
-
|
392 |
from sentence_transformers import SentenceTransformer
|
393 |
|
394 |
model = SentenceTransformer(
|
|
|
383 |
### Advanced usage and embeddings
|
384 |
|
385 |
```python
|
|
|
|
|
|
|
386 |
from datasets import load_dataset
|
|
|
|
|
387 |
from sentence_transformers import SentenceTransformer
|
388 |
|
389 |
model = SentenceTransformer(
|