YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Training Checkpoints

This repository contains 3 complete training checkpoints:

  • checkpoint_epoch0_batch0/ - First checkpoint (30.53 GB)
  • checkpoint_epoch0_batch1/ - Second checkpoint (30.53 GB)
  • checkpoint_epoch0_batch2/ - Final checkpoint (30.53 GB)

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

# Load any checkpoint
model = AutoModelForCausalLM.from_pretrained("./checkpoint_epoch0_batch2")
tokenizer = AutoTokenizer.from_pretrained("./checkpoint_epoch0_batch2")
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