Edit model card

TheSeed

Model Generation

from transformers import AutoConfig, AutoModel, AutoTokenizer
config = AutoConfig.from_pretrained("playdev7/theseed-v0.3", revision="main")
model = AutoModel.from_pretrained("playdev7/theseed-v0.3", revision="main", device_map="cuda")
tokenizer = AutoTokenizer.from_pretrained("playdev7/theseed-v0.3", revision="main")

made by dohyeon kwon(playdev7@gmail.com)

Downloads last month
769
Safetensors
Model size
24.4B params
Tensor type
FP16
F32
U8
Inference API
Input a message to start chatting with playdev7/theseed-v0.3.
Model is too large to load in Inference API (serverless). To try the model, launch it on Inference Endpoints (dedicated) instead.