Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 988 Bytes

File metadata and controls

11 lines (7 loc) · 988 Bytes

The NLP Transformers library from HuggingFace provides models for PyTorch or TensorFlow which are pretrained to solve a specific task. These notebooks show how a model can be downloaded and be used in a local environment without Internet:

Additional notebooks show how Sentiment Analysis and MultiClass Classification can be implemented based on fine-tuning an existing model.