Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 942 Bytes

index.md

File metadata and controls

50 lines (36 loc) · 942 Bytes

ModelCenter's Documentation

ModelCenter implements PLMs (Pretrained Language Models) based on BMTrain backend.

Main Advantages:

  • Low-Resource
  • Efficient
  • Extendable
.. toctree::
   :maxdepth: 2
   :caption: GETTING STARTED

   notes/installation.md
   notes/quickstart.md
   notes/benchmark.md
   notes/write_model.md
   notes/pretrain_data.md

.. toctree::
   :maxdepth: 1
   :caption: Models

   model/bert.rst
   model/gpt2.rst
   model/gptj.rst
   model/t5.rst
   model/cpm1.rst
   model/cpm2.rst

.. toctree::
   :maxdepth: 2
   :caption: PACKAGE REFERENCE

   api/module.rst
   api/block.rst

.. toctree::
   :maxdepth: 2
   :caption: Advanced


Indices and tables
==================

* :ref:`genindex`