Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
nthakur commited on
Commit
f9576b5
·
verified ·
1 Parent(s): ef206bc

removed authtoken

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, use_auth_token=True)
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']: