Scores on benchmarks
Model rank shown below is with respect to all public models.How to use
from brainscore_language import load_model
model = load_model("qwen2.5-14b")
model.start_task(...)
model.start_recording(...)
model.look_at(...)
Brain Encoding Response Generator (BERG)
Through the BERG you can easily generate neural responses to text sentences of your choice using any Brain-Score language model.
For more information on how to use BERG, see the documentation and tutorial.