Skip to content

Commit

Permalink
assistant updates
Browse files Browse the repository at this point in the history
  • Loading branch information
artitw committed Oct 29, 2024
1 parent 8d84764 commit 8e40a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
version="1.8.2",
author="artitw",
author_email="artitw@gmail.com",
description="Text2Text: Crosslingual NLP/G toolkit",
description="Text2Text Language Modeling Toolkit",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/artitw/text2text",
Expand All @@ -18,7 +18,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
keywords='multilingual crosslingual gpt chatgpt bert natural language processing nlp nlg text generation gpt question answer answering information retrieval tfidf tf-idf bm25 search index summary summarizer summarization tokenizer tokenization translation backtranslation data augmentation science machine learning colab embedding levenshtein sub-word edit distance conversational dialog chatbot llama rag',
keywords='multilingual gpt chatgpt bert natural language processing nlp nlg text generation gpt question answer answering information retrieval tfidf tf-idf bm25 search index summary summarizer summarization tokenizer tokenization translation backtranslation data augmentation science machine learning colab embedding levenshtein sub-word edit distance conversational dialog chatbot llama rag',
install_requires=[
'faiss-cpu',
'flask',
Expand Down

0 comments on commit 8e40a26

Please sign in to comment.