Skip to content

Commit b7f97c9

Browse files
author
Bob Strahan
committed
> Simplify model parameter descriptions across all pattern templates
1 parent 364220d commit b7f97c9

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

patterns/pattern-1/template.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -412,15 +412,15 @@ Resources:
412412
order: 1
413413
temperature:
414414
type: number
415-
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Anthropic recommends temperature=0.0 for consistent, deterministic outputs."
415+
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Set temperature=0.0 for consistent, deterministic outputs."
416416
order: 2
417417
top_k:
418418
type: number
419419
description: Sampling Top K
420420
order: 3
421421
top_p:
422422
type: number
423-
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 or omit to use temperature instead."
423+
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 to use temperature instead."
424424
order: 4
425425
max_tokens:
426426
type: number
@@ -464,15 +464,15 @@ Resources:
464464
order: 1
465465
temperature:
466466
type: number
467-
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Anthropic recommends temperature=0.0 for consistent, deterministic outputs."
467+
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Set temperature=0.0 for consistent, deterministic outputs."
468468
order: 2
469469
top_k:
470470
type: number
471471
description: Sampling Top K
472472
order: 3
473473
top_p:
474474
type: number
475-
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 or omit to use temperature instead."
475+
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 to use temperature instead."
476476
order: 4
477477
max_tokens:
478478
type: number
@@ -508,14 +508,14 @@ Resources:
508508
order: 0
509509
temperature:
510510
type: number
511-
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Anthropic recommends temperature=0.0 for consistent, deterministic outputs. (0.0-1.0). When > 0.0, this parameter is used and top_p is ignored. Set to 0.0 to use top_p instead."
511+
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Set temperature=0.0 for consistent, deterministic outputs."
512512
minimum: 0.0
513513
maximum: 1.0
514514
default: 1.0
515515
order: 1
516516
top_p:
517517
type: number
518-
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 or omit to use temperature instead.. Only used when temperature is 0.0. Ignored otherwise."
518+
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 to use temperature instead."
519519
minimum: 0.0
520520
maximum: 1.0
521521
default: 0.1
@@ -553,14 +553,14 @@ Resources:
553553
order: 0
554554
temperature:
555555
type: number
556-
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Anthropic recommends temperature=0.0 for consistent, deterministic outputs. (0.0-1.0)"
556+
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0. Set temperature=0.0 for consistent, deterministic outputs."
557557
minimum: 0.0
558558
maximum: 1.0
559559
default: 1.0
560560
order: 1
561561
top_p:
562562
type: number
563-
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 or omit to use temperature instead."
563+
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 to use temperature instead."
564564
minimum: 0.0
565565
maximum: 1.0
566566
default: 0.1

patterns/pattern-2/template.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ Resources:
877877
type: number
878878
minimum: 0
879879
maximum: 1
880-
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Anthropic recommends temperature=0.0 for consistent, deterministic outputs."
880+
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Set temperature=0.0 for consistent, deterministic outputs."
881881
order: 4
882882
top_k:
883883
type: integer
@@ -886,7 +886,7 @@ Resources:
886886
order: 5
887887
top_p:
888888
type: number
889-
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 or omit to use temperature instead."
889+
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 to use temperature instead."
890890
order: 6
891891
max_tokens:
892892
type: number
@@ -987,7 +987,7 @@ Resources:
987987
type: number
988988
minimum: 0
989989
maximum: 1
990-
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Anthropic recommends temperature=0.0 for consistent, deterministic outputs."
990+
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Set temperature=0.0 for consistent, deterministic outputs."
991991
order: 2
992992
top_k:
993993
type: integer
@@ -996,7 +996,7 @@ Resources:
996996
order: 3
997997
top_p:
998998
type: number
999-
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 or omit to use temperature instead."
999+
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 to use temperature instead."
10001000
order: 4
10011001
max_tokens:
10021002
type: number
@@ -1120,15 +1120,15 @@ Resources:
11201120
order: 5
11211121
temperature:
11221122
type: number
1123-
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Anthropic recommends temperature=0.0 for consistent, deterministic outputs."
1123+
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Set temperature=0.0 for consistent, deterministic outputs."
11241124
order: 6
11251125
top_k:
11261126
type: number
11271127
description: Sampling Top K
11281128
order: 7
11291129
top_p:
11301130
type: number
1131-
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 or omit to use temperature instead."
1131+
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 to use temperature instead."
11321132
order: 8
11331133
max_tokens:
11341134
type: number
@@ -1253,7 +1253,7 @@ Resources:
12531253
order: 1
12541254
temperature:
12551255
type: number
1256-
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Anthropic recommends temperature=0.0 for consistent, deterministic outputs."
1256+
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Set temperature=0.0 for consistent, deterministic outputs."
12571257
default: 0.0
12581258
order: 2
12591259
top_k:
@@ -1263,7 +1263,7 @@ Resources:
12631263
order: 3
12641264
top_p:
12651265
type: number
1266-
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 or omit to use temperature instead."
1266+
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 to use temperature instead."
12671267
order: 4
12681268
max_tokens:
12691269
type: number
@@ -1323,14 +1323,14 @@ Resources:
13231323
order: 0
13241324
temperature:
13251325
type: number
1326-
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Anthropic recommends temperature=0.0 for consistent, deterministic outputs. (0.0-1.0). When > 0.0, this parameter is used and top_p is ignored. Set to 0.0 to use top_p instead."
1326+
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Set temperature=0.0 for consistent, deterministic outputs."
13271327
minimum: 0.0
13281328
maximum: 1.0
13291329
default: 1.0
13301330
order: 1
13311331
top_p:
13321332
type: number
1333-
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 or omit to use temperature instead.. Only used when temperature is 0.0. Ignored otherwise."
1333+
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 to use temperature instead."
13341334
minimum: 0.0
13351335
maximum: 1.0
13361336
default: 0.1
@@ -1392,14 +1392,14 @@ Resources:
13921392
order: 0
13931393
temperature:
13941394
type: number
1395-
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0 or not set. Anthropic recommends temperature=0.0 for consistent, deterministic outputs. (0.0-1.0)"
1395+
description: "Sampling temperature: Controls randomness in model output (0.0 = deterministic, higher = more random). Used when top_p is 0. Set temperature=0.0 for consistent, deterministic outputs."
13961396
minimum: 0.0
13971397
maximum: 1.0
13981398
default: 1.0
13991399
order: 1
14001400
top_p:
14011401
type: number
1402-
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 or omit to use temperature instead."
1402+
description: "Sampling Top P: Nucleus sampling threshold (0.0-1.0). When set to a positive value (> 0), overrides temperature parameter. Set to 0 to use temperature instead."
14031403
minimum: 0.0
14041404
maximum: 1.0
14051405
default: 0.1

0 commit comments

Comments
 (0)