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="Nara-Lab/nallm-polyglot-ko-3.8b-base")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Nara-Lab/nallm-polyglot-ko-3.8b-base")
model = AutoModelForCausalLM.from_pretrained("Nara-Lab/nallm-polyglot-ko-3.8b-base", device_map="auto")
Quick Links

NA-LLM(๋‚˜๋ฆ„)์€ ๋‚˜๋ผ์ง€์‹์ •๋ณด๊ฐ€ ๊ฐœ๋ฐœํ•œ ํ•œ๊ตญ์–ด Large Language Model (LLM) ์ž…๋‹ˆ๋‹ค.
https://github.com/Nara-Information/NA-LLM

Downloads last month
12
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support