Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.45 KB

File metadata and controls

37 lines (28 loc) · 2.45 KB

Documentation Index

中文 | Project home

Choose a page by goal. Read the tutorial in order; use concepts, guides, and reference pages for design context or exact answers.

Run the project

  1. Tutorial index: environment through a complete small CPU run.
  2. Kaggle training: submit a T4 run and download artifacts.
  3. Evaluation and inference: split outputs, errors, and text prediction.
  4. Troubleshooting: data, devices, sequence length, checkpoints, and outputs.

Understand the code

Find an exact answer

Question Page
What does a config field mean? Config reference
What are manifests, labels, and hashes? Dataset format
How do I read accuracy, macro-F1, and confusion? Metrics
What is stored in a checkpoint? Checkpoint schema
Which model should I use? Model catalog
What does each CLI command write? CLI and outputs
How should experiments be compared? Experiments
How do I add a model? Adding models
Can AG News data be redistributed? Dataset note

Directory-level guides are available for configs, examples, scripts, and tests.