SnowflakeCore G0
Collection
SnowflakeCore-G0 it's a Text Generator
•
7 items
•
Updated
This is the initial release of the pre-trained model SnowflakeCore-G0 series language models, trained on the DialogMLM-50K dataset with optimized memory usage.
You can support me via https://ko-fi.com/flamef0x
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")
config = AutoConfig.from_pretrained("FlameF0X/SnowflakeCore-G0-Release")
model = AutoModel.from_pretrained("FlameF0X/SnowflakeCore-G0-Release")
The model weights are stored in both PyTorch (.bin) and safetensors format for improved security, loading efficiency, and compatibility.