You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cdx/ai-ml.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ _Boolean value_ are `true` or `false`; case sensitive.
27
27
| Property | Description |
28
28
| -------- | ----------- |
29
29
|`cdx:ai-ml:model:tokenizer`| Mark a component as a (model) tokenizer. _Boolean value_. May appear once. |
30
-
|`cdx:ai-ml:model:languages`| Describe what languages a model was trained for. Value MUST be of [ISO 639-1 language codes](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes). This property MAY appear multiple times. Value MAY be a single language code or a comma separated list, like `en,fr,de,it,ja,zh`. |
30
+
|`cdx:ai-ml:model:languages`| Describe what languages a model was trained for. Value MUST be of [ISO 639-1 language codes](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes). This property MAY appear multiple times. Value MAY be a single language code or a comma separated list of language codes (e.g. `en,fr,de,it,ja,zh`. </br> This property MAY occur multiple times. |
31
31
32
32
## `cdx:ai-ml:model:template` Namespace Taxonomy
33
33
@@ -42,15 +42,15 @@ Model properties reflect on the methods used to control the model's parameter co
42
42
43
43
| Property | Description |
44
44
| -------- | ----------- |
45
-
|`cdx:ai-ml:model:parameter:count`| Total number of learned parameters for the model. This reflects the model's design and structure (e.g., number of layers in a neural network, nodes, and connectivity). The value SHOULD use the industry-standard naming convention of number followed by one of the letters: `M` (Million), `B` (Billion) or `T` (Trillion). May appear once. |
46
-
|`cdx:ai-ml:model:parameter:tune_methods`| Describes how the model was fine-tuned on or adapted to new data. This property MAY appear multiple times. Value SHOULD be of industry-standard keywords such as those [listed in the section below](#names-of-industry-standard-fine-tuning-methods). Value MAY be a single keyword or a comma separated list, like `"sft,rlhf"`. THis property MAY occur multiple times. |
45
+
|`cdx:ai-ml:model:parameter:count`| Total number of learned parameters for the model. This reflects the model's design and structure (e.g., number of layers in a neural network, nodes, and connectivity). </br> The value SHOULD use the industry-standard naming convention of number followed by one of the letters: `M` (Million), `B` (Billion) or `T` (Trillion). May appear once. |
46
+
|`cdx:ai-ml:model:parameter:tune_methods`| Describes how the model was fine-tuned on or adapted to new data. This property MAY appear multiple times. Value SHOULD be of industry-standard keywords such as those [listed in the section below](#names-of-industry-standard-fine-tuning-methods). Value MAY be a single keyword or a comma separated list of keywords (e.g., `"sft,rlhf"`). </br> This property MAY occur multiple times. |
47
47
|`cdx:ai-ml:model:parameter:_obscure:<NAME>`|`<NAME>` placeholder, used to provide an arbitrary model parameter name. Arbitrarty value and meaning. |
48
48
49
49
### Names of industry-standard fine-tuning methods
50
50
51
51
These following and similar values SHOULD be used on the `cdx:ai-ml:model:parameter:tune_methods` parameter:
52
52
53
-
|value| Description |
53
+
|Value| Description |
54
54
| ----- | ----------- |
55
55
|`full`| Updates all model parameters during tuning. |
56
56
|`sft`| Supervised Fine-Tuning. Uses labelled, human-curated data to train the model.|
0 commit comments