II.
Library JSON
Structured · livelibrary:hf-transformers
Hugging Face Transformers json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}