Skip to content

Commit

Permalink
dagafd
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Cattell committed Jan 6, 2024
1 parent 6eb5569 commit 35af461
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions models/chat/huggingface.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
[
{
"name": "oasst-pythia-12b",
"url": "https://api-inference.huggingface.co/models/OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5",
"parameters": {
"max_new_tokens": 1024,
"repetition_penalty": 1.2,
"return_full_text": false,
"top_p": 0.95,
"temperature": 0.9,
"stop": ["<|endoftext|>"]
},
"prompt_format" : {
"system_token": "<|system|>",
"prompt_token": "<|prompter|>",
"assistant_token": "<|assistant|>",
"stop_token": "<|endoftext|>"
},
"context_size": 2048
},
{
"name": "mistral-7b",
"url": "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-v0.1",
Expand Down

0 comments on commit 35af461

Please sign in to comment.