Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ GutenQA-Paragraph serves as the foundational data to apply different segmentatio
|
|
| 39 |
# 🔧 Loading the Dataset.
|
| 40 |
```python
|
| 41 |
import pandas as pd
|
| 42 |
-
dataset = pd.read_parquet("hf://datasets/LumberChunker/GutenQA_Paragraphs/GutenQA_paragraphs.parquet"
|
| 43 |
|
| 44 |
# Filter the DataFrame to show only rows with the specified book name
|
| 45 |
single_book_chunks = dataset[dataset['Book Name'] == 'A_Christmas_Carol_-_Charles_Dickens'].reset_index(drop=True)
|
|
|
|
| 39 |
# 🔧 Loading the Dataset.
|
| 40 |
```python
|
| 41 |
import pandas as pd
|
| 42 |
+
dataset = pd.read_parquet("hf://datasets/LumberChunker/GutenQA_Paragraphs/GutenQA_paragraphs.parquet")
|
| 43 |
|
| 44 |
# Filter the DataFrame to show only rows with the specified book name
|
| 45 |
single_book_chunks = dataset[dataset['Book Name'] == 'A_Christmas_Carol_-_Charles_Dickens'].reset_index(drop=True)
|