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
59
Safetensors
Model size
24.4B params
Tensor type
FP16
F32
U8
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.