SnowflakeCore G0
Collection
SnowflakeCore-G0 it's a Text Generator
•
7 items
•
Updated
This is the initial release of the SnowflakeCore series language models, trained on the DialogMLM-50K dataset with optimized memory usage.
You can support me via Ko-fi or you can try my Vast.ai template!
This model is fully compatible with the HuggingFace Transformers library. You can load it using:
from transformers import AutoConfig, AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("FlameF0X/SnowflakeCore-G0-Release-2.5")
config = AutoConfig.from_pretrained("FlameF0X/SnowflakeCore-G0-Release-2.5")
model = AutoModel.from_pretrained("FlameF0X/SnowflakeCore-G0-Release-2.5")
The model weights are stored in both PyTorch (.bin) and safetensors format for improved security, loading efficiency, and compatibility.