Skip to content

Commit

Permalink
[API] Change official presets following the recent update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aedial committed Jun 9, 2023
1 parent 8120fcb commit 7acadb6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"presetVersion": 3,
"name": "Keelback",
"id": "60ee0af1-fd32-46bf-ab2b-54df256412cb",
"name": "Edgewise",
"id": "6a2a2c0b-83c7-43df-850f-25c67d64da44",
"remoteId": "",
"parameters": {
"textGenerationSettingsVersion": 3,
"temperature": 1.18,
"max_length": 75,
"temperature": 1.09,
"max_length": 40,
"min_length": 1,
"top_k": 640,
"top_p": 0.125,
"top_a": 0.022,
"typical_p": 0.9,
"tail_free_sampling": 0.956,
"repetition_penalty": 1.25,
"repetition_penalty_range": 4096,
"repetition_penalty_slope": 0.9,
"repetition_penalty_frequency": 0,
"repetition_penalty_presence": 0,
"top_k": 0,
"top_p": 0.969,
"top_a": 0.069,
"typical_p": 0.99,
"tail_free_sampling": 0.969,
"repetition_penalty": 1.09,
"repetition_penalty_range": 8192,
"repetition_penalty_slope": 0.069,
"repetition_penalty_frequency": 0.006,
"repetition_penalty_presence": 0.009,
"order": [
{
"id": "top_a",
"enabled": true
},
{
"id": "typical_p",
"id": "temperature",
"enabled": true
},
{
"id": "temperature",
"id": "typical_p",
"enabled": true
},
{
"id": "tfs",
"enabled": true
},
{
"id": "top_k",
"enabled": false
"id": "top_p",
"enabled": true
},
{
"id": "top_p",
"id": "top_k",
"enabled": false
}
]
Expand Down
18 changes: 9 additions & 9 deletions novelai_api/presets/presets_clio_v1/Long Press.preset
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"presetVersion": 3,
"name": "Long Press",
"id": "38bde058-832a-4f2e-810f-36c784e18c31",
"id": "fae5e324-088d-4c59-91b6-9245645242dc",
"remoteId": "",
"parameters": {
"textGenerationSettingsVersion": 3,
"temperature": 1.155,
"max_length": 75,
"max_length": 40,
"min_length": 1,
"top_k": 25,
"top_p": 1,
"top_a": 0.3,
"typical_p": 0.96,
"tail_free_sampling": 0.895,
"repetition_penalty": 1.0125,
"top_a": 0.265,
"typical_p": 0.975,
"tail_free_sampling": 0.88,
"repetition_penalty": 1.275,
"repetition_penalty_range": 2048,
"repetition_penalty_slope": 0,
"repetition_penalty_frequency": 0.011,
"repetition_penalty_presence": 0.005,
"repetition_penalty_slope": 3.11,
"repetition_penalty_frequency": 0.0085,
"repetition_penalty_presence": 0.0095,
"order": [
{
"id": "temperature",
Expand Down

0 comments on commit 7acadb6

Please sign in to comment.