How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="ekojs/internlm2-20b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("ekojs/internlm2-20b")
model = AutoModelForCausalLM.from_pretrained("ekojs/internlm2-20b")
Quick Links

InternLM (but it's Llama)

 
InternLM hot??
 

internlm2-20b converted into Llama-format weights.

Subject to internlm's license.

Downloads last month
4
Safetensors
Model size
20B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ekojs/internlm2-20b

Finetuned
(8)
this model