Close Zamba2Config code block (#35914)

* close zamba2 code block

* Add Zamba2 to toctree
This commit is contained in:
Matt
2025-01-27 19:09:42 +00:00
committed by GitHub
parent 63e9c941eb
commit 414658f94f
2 changed files with 3 additions and 1 deletions

View File

@@ -626,6 +626,8 @@
title: YOSO
- local: model_doc/zamba
title: Zamba
- local: model_doc/zamba2
title: Zamba2
title: Text models
- isExpanded: false
sections:

View File

@@ -120,7 +120,7 @@ class Zamba2Config(PretrainedConfig):
>>> model = Zamba2Model(configuration)
>>> # Accessing the model configuration
>>> configuration = model.config
"""
```"""
model_type = "zamba2"
keys_to_ignore_at_inference = ["past_key_values"]