Update README.md
Browse files
README.md
CHANGED
@@ -103,7 +103,7 @@ df = pd.DataFrame(dataset['train'])
|
|
103 |
df["embeddings_bge-m3"] = df["embeddings_bge-m3"].apply(json.loads)
|
104 |
```
|
105 |
|
106 |
-
Otherwise, if you already downloaded all parquet files from the `data/state-administrations-directory-latest/` folder :
|
107 |
```python
|
108 |
import pandas as pd
|
109 |
import json
|
|
|
103 |
df["embeddings_bge-m3"] = df["embeddings_bge-m3"].apply(json.loads)
|
104 |
```
|
105 |
|
106 |
+
Otherwise, if you have already downloaded all parquet files from the `data/state-administrations-directory-latest/` folder :
|
107 |
```python
|
108 |
import pandas as pd
|
109 |
import json
|