Compare commits

...

2 Commits

Author SHA1 Message Date
Joseph Misiti 8e917811d2
Merge pull request #963 from ArchanGhosh/master
Update README.md with Transformers Library
2023-12-06 14:28:46 -05:00
Archan Ghosh 5e0a0ceecd
Update README.md
Added Transformers Library to Python NLP section
2023-11-28 20:40:39 +05:30
1 changed files with 2 additions and 1 deletions

View File

@ -1094,7 +1094,8 @@ be
* [NALP](https://github.com/gugarosa/nalp) - A Natural Adversarial Language Processing framework built over Tensorflow.
* [DL Translate](https://github.com/xhlulu/dl-translate) - A deep learning-based translation library between 50 languages, built with `transformers`.
* [Haystack](https://github.com/deepset-ai/haystack) - A framework for building industrial-strength applications with Transformer models and LLMs.
* [CometLLM](https://github.com/comet-ml/comet-llm) - Track, log, visualize and evaluate your LLM prompts and prompt chains.
* [CometLLM](https://github.com/comet-ml/comet-llm) - Track, log, visualize and evaluate your LLM prompts and prompt chains.
* [Transformers](https://github.com/huggingface/transformers) - A deep learning library containing thousands of pre-trained models on different tasks. The goto place for anything related to Large Language Models.
<a name="python-general-purpose-machine-learning"></a>
#### General-Purpose Machine Learning