YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

SASOK Model

This package contains the SASOK cognitive model architecture implemented in PyTorch, ready for use with HuggingFace Transformers.

Structure

  • model.py โ€” SASOK transformer with BatchNorm + LayerNorm
  • tokenizer.py โ€” HuggingFace-compatible tokenizer
  • train.py โ€” Training script using Trainer
  • cli.py โ€” CLI for generation

Usage

Train

python train.py

CLI Inference

python cli.py "Hello, who are you?"

Push to HuggingFace Hub

from transformers import AutoModel, AutoTokenizer

model.push_to_hub("sasok-model")
tokenizer.push_to_hub("sasok-model")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support