Update README.md
Browse files
README.md
CHANGED
|
@@ -45,7 +45,7 @@ ds = datasets.load_dataset("opensearch-project/msmarco-hard-negatives", split="t
|
|
| 45 |
Related training example: **opensearch-sparse-model-tuning-sample**. ([GitHub](https://github.com/zhichao-aws/opensearch-sparse-model-tuning-sample))
|
| 46 |
|
| 47 |
To convert the dataset to text-only format for sample repo training:
|
| 48 |
-
```
|
| 49 |
import datasets
|
| 50 |
|
| 51 |
# 1) Load datasets
|
|
|
|
| 45 |
Related training example: **opensearch-sparse-model-tuning-sample**. ([GitHub](https://github.com/zhichao-aws/opensearch-sparse-model-tuning-sample))
|
| 46 |
|
| 47 |
To convert the dataset to text-only format for sample repo training:
|
| 48 |
+
```python
|
| 49 |
import datasets
|
| 50 |
|
| 51 |
# 1) Load datasets
|