Add comet-llm

This package is awesome because it helps you track all your LLM prompts, templates, variables and other prompt metadata. You can also visualize prompt chains and score/evaluate prompts with human feedback.
This commit is contained in:
Abby Morgan 2023-09-11 16:15:38 -04:00 committed by GitHub
parent c52dba9b29
commit 65cc3d1549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -872,6 +872,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Libraries for working with human languages.* *Libraries for working with human languages.*
- General - General
* [comet-llm](https://github.com/comet-ml/comet-llm) - Log, track, visualize, and evaluate your LLM prompts and chains.
* [gensim](https://github.com/RaRe-Technologies/gensim) - Topic Modeling for Humans. * [gensim](https://github.com/RaRe-Technologies/gensim) - Topic Modeling for Humans.
* [langid.py](https://github.com/saffsd/langid.py) - Stand-alone language identification system. * [langid.py](https://github.com/saffsd/langid.py) - Stand-alone language identification system.
* [nltk](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data. * [nltk](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data.