Update Tutorial.md
Browse files- Tutorial.md +0 -10
Tutorial.md
CHANGED
@@ -52,16 +52,6 @@ for example in stream_dataset["train"].take(5):
|
|
52 |
print(example["text"])
|
53 |
```
|
54 |
|
55 |
-
### 3. Loading a Small Sample
|
56 |
-
For testing or exploration:
|
57 |
-
|
58 |
-
```python
|
59 |
-
# Load just 1000 examples
|
60 |
-
sample_dataset = load_dataset("nyu-dice-lab/wavepulse-radio-raw-transcripts",
|
61 |
-
split="train[:1000]",
|
62 |
-
cache_dir=cache_dir)
|
63 |
-
```
|
64 |
-
|
65 |
## Common Tasks
|
66 |
|
67 |
### 1. Filtering by Date Range
|
|
|
52 |
print(example["text"])
|
53 |
```
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
## Common Tasks
|
56 |
|
57 |
### 1. Filtering by Date Range
|