mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
llama3.1
This commit is contained in:
@@ -88,7 +88,6 @@ func (p *bert) parseMore(fsys fs.FS) error {
|
||||
func (p *bert) KV(t *Tokenizer) llm.KV {
|
||||
kv := p.Parameters.KV(t)
|
||||
kv["general.architecture"] = "bert"
|
||||
kv["general.name"] = "bert"
|
||||
kv["bert.attention.causal"] = false
|
||||
kv["bert.pooling_type"] = p.PoolingType
|
||||
|
||||
|
||||
Reference in New Issue
Block a user