Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.54 KB

File metadata and controls

52 lines (36 loc) · 1.54 KB

Slot: contextWindowSize

The total length, in bytes, of an AI model's context window.

URI: nexus:contextWindowSize Alias: contextWindowSize

Applicable Classes

Name Description Modifies Slot
Adapter Adapter-based methods add extra trainable parameters after the attention and ... no
LargeLanguageModel A large language model (LLM) is an AI model which supports a range of languag... no

Properties

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nexus:contextWindowSize
native nexus:contextWindowSize

LinkML Source

Details ```yaml name: contextWindowSize description: The total length, in bytes, of an AI model's context window. from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology rank: 1000 alias: contextWindowSize domain_of: - LargeLanguageModel range: integer minimum_value: 0
</details>