Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Hoyant-Su
/
ShellOps
like
0
Tasks:
Text Generation
Question Answering
Languages:
English
ArXiv:
arxiv:
2605.08013
Tags:
cli-agents
reinforcement-learning
filesystem
shell
verifiable-evaluation
License:
cc-by-4.0
Dataset card
Files
Files and versions
xet
Community
main
ShellOps
/
shellops_pro
/
assets
/
ShellOps_0114de0886
/
init
/
repos
/
repo-02-api
/
Makefile
Hoyant-Su
Update ShellOps dataset
afcfd4d
3 days ago
raw
Copy download link
history
blame
contribute
delete
218 Bytes
.PHONY:
run
install bench test release coverage
run
:
@echo
'--> run'
install:
@echo
'--> install'
bench:
@echo
'--> bench'
test:
@echo
'--> test'
release:
@echo
'--> release'
coverage:
@echo
'--> coverage'