Google Gemma 2
注意:此模型需要 Ollama 0.1.47 或更高版本。点击此处下载 Ollama。
Google Gemma 2 现提供 9B 和 27B 两种尺寸,采用全新架构设计,可实现一流的性能和效率。
要运行 Gemma 2:
ollama run gemma2
一流的性能
Gemma 2 拥有 270 亿个参数,其性能在基准测试中超越了比其规模大两倍的模型。这一突破性的效率为开放模型领域树立了新标准。
两种尺寸:9B 和 27B 参数
Gemma 2 的初始版本包括两种尺寸:
- 8B 参数 ollama run gemma2
- 27B 参数 ollama run gemma2:27b
将 Gemma 2 与流行工具结合使用
LangChain
from langchain_community.llms import Ollama
llm = Ollama(model=”gemma2”)
llm.invoke(“Why is the sky blue?”)
LlamaIndex
from llama_index.llms.ollama import Ollama
llm = Ollama(model=”gemma2”)
llm.complete(“Why is the sky blue?”)
作者:Jeebiz 创建时间:2024-08-04 01:43
最后编辑:Jeebiz 更新时间:2024-11-21 01:00
最后编辑:Jeebiz 更新时间:2024-11-21 01:00