Skip to content

Slot: architecture

A description of the architecture of an AI such as 'Decoder-only'.

URI: [nexus:architecture](https://w3id.org/ai-atlas-nexus/architecture) Alias: architecture ## Applicable Classes | Name | Description | Modifies Slot | | ------------------------------------------- | -------------------------------------------------------------------------------- | ------------- | | [Adapter](Adapter.md) | Adapter-based methods add extra trainable parameters after the attention and ... | no | | [AiModel](AiModel.md) | A base AI Model class | no | | [LargeLanguageModel](LargeLanguageModel.md) | A large language model (LLM) is an AI model which supports a range of languag... | no | ## Properties ### Type and Range | Property | Value | | --------- | --------------------- | | Range | [String](String.md) | | Domain Of | [AiModel](AiModel.md) | ### Cardinality and Requirements | Property | Value | | -------- | ----- | ## Identifier and Mapping Information ### Schema Source - from schema: https://w3id.org/ai-atlas-nexus/ai-risk-ontology ## Mappings | Mapping Type | Mapped Value | | ------------ | ------------------ | | self | nexus:architecture | | native | nexus:architecture | ## LinkML Source
name: architecture
description: A description of the architecture of an AI such as 'Decoder-only'.
from_schema: https://w3id.org/ai-atlas-nexus/ai-risk-ontology
rank: 1000
alias: architecture
domain_of:
- AiModel
range: string

```