Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
Splend1dchan
/
Reddit_showerthought
like
0
Dataset card
Files
Files and versions
Community
390d991
Reddit_showerthought
/
raw
/
attrs
/
test.py
Splend1dchan
Upload ./raw/attrs/test.py with huggingface_hub
1bb71ad
verified
10 months ago
raw
Copy download link
history
blame
Safe
102 Bytes
import
json
with
open
(
"./corpus_master_ALL.json"
,
"r"
)
as
f:
c = json.load(f)
print
(c[
'start'
][
'be'
])