BungeoLM
Tiny Korean goldfish language model exported in Hugging Face custom-model format.
Architecture
architectures:BungeoForCausalLMmodel_type:bungeovocab_size: 4096max_position_embeddings: 128hidden_size: 384num_hidden_layers: 6num_attention_heads: 6intermediate_size: 768
Load
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("drlee1/Bungeo-8.7M", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("drlee1/Bungeo-8.7M", trust_remote_code=True, use_fast=False)
Inspiration
- This project was inspired by guppylm
- Downloads last month
- 194