Snowflake G0
Collection
A costume LM architecture.
•
5 items
•
Updated
This is the initial release of the pre-trained model Snowflake-G0 series language models, trained on the DialogMLM-50K dataset with optimized memory usage.
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/Snowflake-G0-Release")
config = AutoConfig.from_pretrained("FlameF0X/Snowflake-G0-Release")
model = AutoModel.from_pretrained("FlameF0X/Snowflake-G0-Release")
The model weights are stored in both PyTorch (.bin) and safetensors format for improved security, loading efficiency, and compatibility.