Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 1.95 KB

README.md

File metadata and controls

76 lines (57 loc) · 1.95 KB

LLMToolkit

PLMfamily

Introduction

llmtoolkit is a toolkit for NLP(Natural Language Processing) and LLM(Large Language Models) using Pytorch. llmtoolkit has implemented many language models and data preprocessing methods. More importantly, it provides a lot of examples that can run end-to-end.

Tokenizer

Support Models

Supported Language Models:

Supported Transformer Models:

Dependencies

  • Python 3.7+
  • Pytorch 1.5.0+

Reference:

License

llmtoolkit is released under the Apache 2.0 license.

Citation

Please cite the repo if you use the data or code in this repo.

@misc{llmtoolkit,
  author = {jianzhnie},
  title = {llmtoolkit: llmtoolkit is a toolkit for NLP and LLMs using Pytorch},
  year = {2023},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/jianzhnie/LLMToolkit}},
}