internlm2

InternLM2.5 is a 7B parameter model tailored for practical scenarios with outstanding reasoning capability.

1m 1.8b 7b 20b
Hızlı Kurulum (Ollama kuruluysa)
ollama run internlm2

Ollama kurulu değil mi? ollama.com/download — Windows, macOS ve Linux için ücretsiz. İlk çalıştırmada model indirilir, sonrası tamamen çevrimdışıdır.

Varyantlar

Boyut büyüdükçe kalite artar, donanım ihtiyacı yükselir. Başlangıç için küçük varyantı deneyin.

EtiketBoyutBağlamGirdiKomut
latest 4.5GB 32K Text ollama run internlm2:latest
1m 4.5GB 256K Text ollama run internlm2:1m
1.8b 1.1GB 32K Text ollama run internlm2:1.8b
7b 4.5GB 32K Text ollama run internlm2:7b
20b 11GB 32K Text ollama run internlm2:20b
1.8b-chat-v2.5-q2_K 772MB 32K Text ollama run internlm2:1.8b-chat-v2.5-q2_K
1.8b-chat-v2.5-q3_K_S 888MB 32K Text ollama run internlm2:1.8b-chat-v2.5-q3_K_S
1.8b-chat-v2.5-q3_K_M 964MB 32K Text ollama run internlm2:1.8b-chat-v2.5-q3_K_M
1.8b-chat-v2.5-q3_K_L 1.0GB 32K Text ollama run internlm2:1.8b-chat-v2.5-q3_K_L
1.8b-chat-v2.5-q4_0 1.1GB 32K Text ollama run internlm2:1.8b-chat-v2.5-q4_0
1.8b-chat-v2.5-q4_1 1.2GB 32K Text ollama run internlm2:1.8b-chat-v2.5-q4_1
1.8b-chat-v2.5-q4_K_S 1.1GB 32K Text ollama run internlm2:1.8b-chat-v2.5-q4_K_S
1.8b-chat-v2.5-q4_K_M 1.2GB 32K Text ollama run internlm2:1.8b-chat-v2.5-q4_K_M
1.8b-chat-v2.5-q5_0 1.3GB 32K Text ollama run internlm2:1.8b-chat-v2.5-q5_0
1.8b-chat-v2.5-q5_1 1.4GB 32K Text ollama run internlm2:1.8b-chat-v2.5-q5_1
1.8b-chat-v2.5-q5_K_S 1.3GB 32K Text ollama run internlm2:1.8b-chat-v2.5-q5_K_S
1.8b-chat-v2.5-q5_K_M 1.4GB 32K Text ollama run internlm2:1.8b-chat-v2.5-q5_K_M
1.8b-chat-v2.5-q6_K 1.6GB 32K Text ollama run internlm2:1.8b-chat-v2.5-q6_K
1.8b-chat-v2.5-q8_0 2.0GB 32K Text ollama run internlm2:1.8b-chat-v2.5-q8_0
1.8b-chat-v2.5-fp16 3.8GB 32K Text ollama run internlm2:1.8b-chat-v2.5-fp16
7b-chat-1m-v2.5-q2_K 3.0GB 256K Text ollama run internlm2:7b-chat-1m-v2.5-q2_K
7b-chat-1m-v2.5-q3_K_S 3.5GB 256K Text ollama run internlm2:7b-chat-1m-v2.5-q3_K_S
7b-chat-1m-v2.5-q3_K_M 3.8GB 256K Text ollama run internlm2:7b-chat-1m-v2.5-q3_K_M
7b-chat-1m-v2.5-q3_K_L 4.1GB 256K Text ollama run internlm2:7b-chat-1m-v2.5-q3_K_L
7b-chat-1m-v2.5-q4_0 4.5GB 256K Text ollama run internlm2:7b-chat-1m-v2.5-q4_0

40 varyant daha var — tümü için ollama.com.

Model Detayları ve Benchmarklar (kaynak: ollama.com)

internLM logo

InternLM2.5 has open-sourced a 7 billion parameter base model and a chat model tailored for practical scenarios. The model has the following characteristics:

  • Outstanding reasoning capability: State-of-the-art performance on Math reasoning, surpassing models like Llama3 and Gemma2-9B.

  • Stronger tool use: InternLM2.5 supports gathering information from more than 100 web pages, corresponding implementation will be released in Lagent soon. InternLM2.5 has better tool utilization-related capabilities in instruction following, tool selection and reflection.

Reference

GitHub

Hugging Face