Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 486 Bytes

File metadata and controls

24 lines (12 loc) · 486 Bytes

ChatCLP

  • NLP using Huggingface Transformers

HuggingFace transformers library is the most popular NLP library in Python

It provides state of the art language processing models

It provides a clean API that makes it simple to build powerful NLP pipelines

  • How to use the Pipeline

  • How to use Model / Tokenizer

  • How to combine with PyTorch / TensorFlo

  • How to use models from the official ModelHub

  • How to finetune our own models

ChatCLP-pro

  • Pro version of ChatCLP