iiRecord
Agentic AI Atlas · Hugging Face Transformers
library:hf-transformersa5c.ai
II.
Library JSON

library:hf-transformers

Structured · live

Hugging Face Transformers json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-python.yamlCluster · domain
Record JSON
{
  "id": "library:hf-transformers",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Hugging Face Transformers",
    "belongsToLanguageId": "language:python",
    "description": "Library providing pretrained models (LLMs, vision, audio) and\npipelines for inference and fine-tuning across PyTorch / TF / JAX.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:hf-transformers",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:hf-transformers",
      "to": "skill-area:machine-learning",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:hf-transformers",
      "to": "library:pytorch",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "specialization:llm-fine-tuning",
      "to": "library:hf-transformers",
      "kind": "uses_library"
    },
    {
      "from": "stack-profile:llm-fine-tuning",
      "to": "library:hf-transformers",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:document-processing-pipeline",
      "to": "library:hf-transformers",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:legal-document-automation",
      "to": "library:hf-transformers",
      "kind": "composed_of"
    }
  ]
}