Agens transformers

skill_id: transformers

install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest: skills/transformers/skill.yaml
source content

skill_id: transformers name: transformers description: This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets. version: 1.0.0 author: K-Dense Inc. license: Apache-2.0 license tags:

  • scientific-agent-skills
  • transformers tools: [] permissions: network: false filesystem: false shell: false agents:
  • executor_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: transformers upstream_path: scientific-skills/transformers/SKILL.md upstream_frontmatter: name: transformers description: This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets. license: Apache-2.0 license compatibility: Some features require an Huggingface token metadata: skill-author: K-Dense Inc.