Skip to content

Slot: numParameters

A property indicating the number of parameters in a LLM.

URI: nexus:numParameters Alias: numParameters

Applicable Classes

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

Properties

Type and Range

Property Value
Range Integer
Domain Of LargeLanguageModel

Cardinality and Requirements

Property Value

Value Constraints

Property Value
Minimum Value 0

Identifier and Mapping Information

Schema Source

  • from schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology

Mappings

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

LinkML Source

name: numParameters
description: A property indicating the number of parameters in a LLM.
from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
rank: 1000
alias: numParameters
domain_of:
- LargeLanguageModel
range: integer
minimum_value: 0

```