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
/
assets
/
ShellOps_070812d0ef
/
gold
/
src
/
incidents
/
models.py
Hoyant-Su
Update ShellOps dataset
afcfd4d
3 days ago
raw
Copy download link
history
blame
contribute
delete
208 Bytes
class
Incident
:
def
__init__
(
self, incident_id, description
):
self.incident_id = incident_id
self.description = description
def
get_incident_id
(
self
):
return
self.incident_id