Add a transformers-agentic example corpus#42
Merged
Conversation
`run --label <s>` records a free-form label in run.json; export emits it as a constant `label` column (read from run.json the same way as `agent`). Lets a comparison sweep tag each run with its condition (e.g. a bare/clone/skill tier) so cells stay identifiable in `agentcap ls`, inspect, and the published dataset. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Port of huggingface/is-it-agentic-enough: 16 prompts that each ask an agent to run a named Hugging Face model and report the result (sentiment, NER, QA, transcription, captioning, …), across the bare/clone/skill assistance tiers. build-toolenv.sh builds a self-contained, relocatable transformers bundle inside ubuntu:24.04 (the agent-image base) — pinned to the unreleased agentic-CLI commit, CPU torch — and prewarms every corpus model into a shared cache read offline at run time. run.sh mounts it via --tool-dir and seeds the per-tier sandbox. Used to compare models/agents through agentcap's capture path; match/marker scoring stays with the upstream harness. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.