mirror of
https://github.com/nethical6/conversation-steganography.git
synced 2026-07-22 01:55:08 +02:00
26 lines
671 B
JSON
26 lines
671 B
JSON
|
|
{
|
|
"_comment": "Generate conversation-stenography.local.json automatically by running: ./conversation-stenography setup",
|
|
"runtime": "transformers",
|
|
"python": "python3",
|
|
"model": "openai-community/gpt2",
|
|
"revision": "main",
|
|
"prompt": "The weather today is",
|
|
"top_n": 8,
|
|
"coding": "arithmetic",
|
|
"temperature": 1,
|
|
"secure": true,
|
|
"conversation": "default-chat",
|
|
"direction": "sender-to-receiver",
|
|
"finish_tokens": 32,
|
|
"chain_system": "",
|
|
"strict_style": true,
|
|
"candidate_pool": 8,
|
|
"refresh_sentences": false,
|
|
"carrier_trials": 2,
|
|
"naturalness_slack": 0.35,
|
|
"semantic_judge": false,
|
|
"semantic_threshold": -6,
|
|
"length_bias": 0.1
|
|
}
|