glimpse / configs /glimpse.json
Guangsheng Bao
update classifier
382f974
raw
history blame contribute delete
444 Bytes
{
"api_base": "${API_BASE}",
"api_key": "${API_KEY}",
"api_version": "2024-08-01-preview",
"scoring_model_name": "davinci-002",
"max_token_observed": 512,
"estimator": "geometric",
"prompt": "prompt3",
"rank_size": 1000,
"top_k": 5,
"classifier": {
"mu0": -3.8289,
"sigma0": 2.0131,
"mu1": -0.0733,
"sigma1": 4.0262
},
"cache_dir": "../cache"
}