Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -102,13 +102,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -338,8 +338,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -362,13 +362,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -102,13 +102,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -338,8 +338,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -362,13 +362,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
16 changes: 8 additions & 8 deletions src/content/workers-ai-models/deepseek-math-7b-instruct.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -106,13 +106,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -342,8 +342,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -366,13 +366,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -113,13 +113,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -349,8 +349,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -373,13 +373,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
16 changes: 8 additions & 8 deletions src/content/workers-ai-models/discolm-german-7b-v1-awq.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -102,13 +102,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -338,8 +338,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -362,13 +362,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
16 changes: 8 additions & 8 deletions src/content/workers-ai-models/gemma-2b-it-lora.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -102,13 +102,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -338,8 +338,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -362,13 +362,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
16 changes: 8 additions & 8 deletions src/content/workers-ai-models/gemma-7b-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -110,13 +110,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -346,8 +346,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -370,13 +370,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
Loading