InternLM3 has open-sourced an 8-billion parameter instruction model, InternLM3-8B-Instruct, designed for general-purpose usage and advanced reasoning.
8b
674 Pulls Updated 7 weeks ago
Updated 7 weeks ago
7 weeks ago
3f800aa325c9 · 5.4GB
model
archllama
·
parameters8.8B
·
quantizationQ4_K_M
5.4GB
params
{
"stop": [
"<|im_end|>",
"<|action_end|>",
"</s>"
]
}
78B
template
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
181B
system
You are an AI assistant whose name is InternLM (书生·浦语).
- InternLM (书生·浦语) is a co
386B
license
The code is licensed under Apache-2.0, while model weights are fully open for academic research and
400B
Readme
This is an uncensored version of internlm/internlm3-8b-instruct created with abliteration (see remove-refusals-with-transformers to know more about it).
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.