trllm / models.json
aka7774's picture
Upload 8 files
581f159 verified
raw history blame
No virus
2.64 kB
{
"lightblue/qarasu-14B-chat-plus-unleashed": {
"model": "lightblue/qarasu-14B-chat-plus-unleashed",
"dtype": "int4",
"is_messages": false,
"template": "{instruction}\n\n{input}",
"max_new_tokens": 256,
"temperature": 0.1,
"top_p": 0.9,
"top_k": 40,
"repetition_penalty": 1.1
},
"elyza/ELYZA-japanese-Llama-2-13b-fast-instruct": {
"model": "elyza/ELYZA-japanese-Llama-2-13b-fast-instruct",
"dtype": "int4",
"is_messages": false,
"template": "{bos_token}[INST] <<SYS>>\n{instruction}\n<</SYS>>\n{input} [/INST]",
"max_new_tokens": 256,
"temperature": 1.0,
"top_p": 0.9,
"top_k": 40,
"repetition_penalty": 1.1
},
"tokyotech-llm/Swallow-13b-instruct-hf": {
"model": "tokyotech-llm/Swallow-13b-instruct-hf",
"dtype": "int4",
"is_messages": false,
"template": "ไปฅไธ‹ใซใ€ใ‚ใ‚‹ใ‚ฟใ‚นใ‚ฏใ‚’่ชฌๆ˜Žใ™ใ‚‹ๆŒ‡็คบใŒใ‚ใ‚Šใ€ใใ‚Œใซไป˜้šใ™ใ‚‹ๅ…ฅๅŠ›ใŒๆ›ดใชใ‚‹ๆ–‡่„ˆใ‚’ๆไพ›ใ—ใฆใ„ใพใ™ใ€‚ใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’้ฉๅˆ‡ใซๅฎŒไบ†ใ™ใ‚‹ใŸใ‚ใฎๅ›ž็ญ”ใ‚’่จ˜่ฟฐใ—ใฆใใ ใ•ใ„ใ€‚\n\n### ๆŒ‡็คบ:\n{instruction}\n\n### ๅ…ฅๅŠ›:\n{input}\n\n### ๅฟœ็ญ”:",
"max_new_tokens": 256,
"temperature": 0.99,
"top_p": 0.95,
"top_k": 40,
"repetition_penalty": 1.1
},
"rinna/nekomata-14b-instruction": {
"model": "rinna/nekomata-14b-instruction",
"dtype": "int4",
"is_messages": false,
"template": "ไปฅไธ‹ใฏใ€ใ‚ฟใ‚นใ‚ฏใ‚’่ชฌๆ˜Žใ™ใ‚‹ๆŒ‡็คบใจใ€ๆ–‡่„ˆใฎใ‚ใ‚‹ๅ…ฅๅŠ›ใฎ็ต„ใฟๅˆใ‚ใ›ใงใ™ใ€‚่ฆๆฑ‚ใ‚’้ฉๅˆ‡ใซๆบ€ใŸใ™ๅฟœ็ญ”ใ‚’ๆ›ธใใชใ•ใ„ใ€‚\n\n### ๆŒ‡็คบ:\n{instruction}\n\n### ๅ…ฅๅŠ›:\n{input}\n\n### ๅฟœ็ญ”:",
"max_new_tokens": 256,
"temperature": 0.5,
"top_p": 0.95,
"top_k": 40,
"repetition_penalty": 1.1
},
"cyberagent/calm2-7b-chat": {
"model": "cyberagent/calm2-7b-chat",
"dtype": "int4",
"is_messages": false,
"template": "{instruction}\nUSER: {input}\nASSISTANT: ",
"max_new_tokens": 256,
"temperature": 0.8,
"top_p": 0.9,
"top_k": 40,
"repetition_penalty": 1.1
},
"llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0": {
"model": "llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0",
"dtype": "int4",
"is_messages": false,
"template": "{instruction}\n{input}\n### ๅ›ž็ญ”๏ผš",
"max_new_tokens": 256,
"temperature": 0.7,
"top_p": 0.95,
"top_k": 40,
"repetition_penalty": 1.1
},
"stockmark/stockmark-13b-instruct": {
"model": "stockmark/stockmark-13b-instruct",
"dtype": "int4",
"is_messages": false,
"template": "{instruction}\n\n### Input:\n{input}\n\n### Output:",
"max_new_tokens": 256,
"temperature": 0.7,
"top_p": 0.9,
"top_k": 40,
"repetition_penalty": 1.1
}
}