Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
Duplicated from
introspector/scheme
jak-wolf
/
scheme
like
0
Languages:
English
Tags:
guile
scheme
gnu
License:
agpl-3.0
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
scheme
/
read.py
jak-wolf
Duplicate from introspector/scheme
b1e2207
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
200 Bytes
from
datasets
import
load_dataset
dataset = load_dataset(
"arrow"
,
data_files={
'input'
:
'dataset/data-00000-of-00001.arrow'
})
for
example
in
dataset[
"input"
]:
print
(example)