From 9c4405e3685bfd429a2b643c434bf2f4f13c911c Mon Sep 17 00:00:00 2001 From: JIMMY ZHAO Date: Thu, 5 Sep 2024 01:02:32 -0400 Subject: [PATCH] add PaddleNLP (#585) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abf6dbfd..11f8220c 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ Please review our [CONTRIBUTING.md](https://github.com/EthicalML/awesome-product * [Megatron-LM](https://github.com/NVIDIA/Megatron-LM) ![](https://img.shields.io/github/stars/NVIDIA/Megatron-LM.svg?style=social) - Megatron-LM is a highly optimized and efficient library for training large language models. * [MLC LLM](https://github.com/mlc-ai/mlc-llm) ![](https://img.shields.io/github/stars/mlc-ai/mlc-llm.svg?style=social) - MLC LLM is a universal solution that allows any language models to be deployed natively on a diverse set of hardware backends and native applications, plus a productive framework for everyone to further optimize model performance for their own use cases. * [Ollama](https://github.com/ollama/ollama) ![](https://img.shields.io/github/stars/ollama/ollama.svg?style=social) - Get up and running with large language models, locally. +* [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) ![](https://img.shields.io/github/stars/PaddlePaddle/PaddleNLP.svg?style=social) - PaddleNLP is a Large Language Model (LLM) development suite based on the PaddlePaddle deep learning framework, supporting efficient large model training, lossless compression, and high-performance inference on various hardware devices. * [sense2vec](https://github.com/explosion/sense2vec) ![](https://img.shields.io/github/stars/explosion/sense2vec.svg?style=social) - A Pytorch library that allows for training and using sense2vec models, which are models that leverage the same approach than word2vec, but also leverage part-of-speech attributes for each token, which allows it to be "meaning-aware". * [Sentence Transformers](https://github.com/UKPLab/sentence-transformers) ![](https://img.shields.io/github/stars/UKPLab/sentence-transformers.svg?style=social) - Sentence Transformers provides an easy method to compute dense vector representations for sentences, paragraphs, and images. * [SpaCy](https://github.com/explosion/spaCy) ![](https://img.shields.io/github/stars/explosion/spaCy.svg?style=social) - spaCy is a library for advanced Natural Language Processing in Python and Cython.