nova

This model was trained using create-llm.

Model Description

A language model trained with create-llm framework.

Usage

import torch
from transformers import AutoTokenizer

# Load model
model = torch.load('pytorch_model.bin')
model.eval()

# Load tokenizer (if available)
try:
    tokenizer = AutoTokenizer.from_pretrained("cthyatt/nova")
except:
    print("Tokenizer not available")

# Generate text
# Add your generation code here

Training Details

  • Framework: PyTorch
  • Tool: create-llm
  • Deployment: Hugging Face Hub

Citation

@misc{cthyatt-nova,
  author = {Sir. Christopher Thomas Hyatt},
  title = {nova},
  year = {2025},
  publisher = {Hugging Face},
  howpublished = {\url{https://huggingface.co/cthyatt/nova}}
}
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. 🙋 3 Ask for provider support

Model tree for cthyatt/nova