Datasets:
removed authtoken
Browse files
README.md
CHANGED
|
@@ -148,7 +148,7 @@ This repository contains the corpus of GitHub chunked documents of five niche to
|
|
| 148 |
To access the data using HuggingFace `datasets`:
|
| 149 |
```
|
| 150 |
topic='langchain' # or any of the 5 topics
|
| 151 |
-
freshstack = datasets.load_dataset('freshstack/corpus-oct-2024', topic
|
| 152 |
|
| 153 |
# train set
|
| 154 |
for data in freshstack['train']:
|
|
|
|
| 148 |
To access the data using HuggingFace `datasets`:
|
| 149 |
```
|
| 150 |
topic='langchain' # or any of the 5 topics
|
| 151 |
+
freshstack = datasets.load_dataset('freshstack/corpus-oct-2024', topic)
|
| 152 |
|
| 153 |
# train set
|
| 154 |
for data in freshstack['train']:
|