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:
Hoyant-Su
/
ShellOps
like
1
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-03-server
/
Makefile
Hoyant-Su
Update ShellOps dataset
afcfd4d
9 days ago
raw
Copy download link
history
blame
contribute
delete
254 Bytes
.PHONY: release install coverage lint format
run
bench
release:
@echo
'--> release'
install:
@echo
'--> install'
coverage:
@echo
'--> coverage'
lint:
@echo
'--> lint'
format:
@echo
'--> format'
run
:
@echo
'--> run'
bench:
@echo
'--> bench'