molfeat-hype

View on PyPIReverse Dependencies (0)

0.1.0 molfeat_hype-0.1.0-py3-none-any.whl

Wheel Details

Project: molfeat-hype
Version: 0.1.0
Filename: molfeat_hype-0.1.0-py3-none-any.whl
Download: [link]
Size: 17477
MD5: 3b72b1bc66932d50a34c632b228d4259
SHA256: 6373eafd654c5e907885911ce8d90e6684ad43cee1cb4360db1e2887fc3bdb84
Uploaded: 2023-05-04 19:16:14 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: molfeat-hype
Version: 0.1.0
Summary: molfeat plugin that leverages the most hyped LLM models in NLP for molecular featurization
Author-Email: Emmanuel Noutahi <emmanuel.noutahi[at]hotmail.ca>
Project-Url: Website, https://molfeat.datamol.io
Project-Url: Source Code, https://github.com/maclandrol/molfeat-hype
Project-Url: Bug Tracker, https://github.com/maclandrol/molfeat-hype/issues
Project-Url: Documentation, https://molfeat-docs.datamol.io
License: Apache-2.0
Keywords: molfeat,chatGPT,LLM,llama,alpaca
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Requires-Dist: datamol
Requires-Dist: molfeat
Requires-Dist: langchain
Requires-Dist: InstructorEmbedding
Requires-Dist: transformers
Requires-Dist: sentence-transformers
Requires-Dist: openai
Requires-Dist: python-dotenv
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6233 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
molfeat_hype/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
molfeat_hype/memory.py sha256=fU39oRRFvt8sVgQJp8YPBIfSzeRefS7vZwkW7JuVCxE 2799
molfeat_hype/utils.py sha256=ZJPwB0sJYu7jkKB2C-1ECHfNEHocHs2XPX45l-VbO9Y 1851
molfeat_hype/trans/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
molfeat_hype/trans/llm_embeddings.py sha256=mfXmQbTFUvOMVUI3ePmT1bbIHFS3ek0DaRBG0jpZyto 7583
molfeat_hype/trans/llm_instruct_embeddings.py sha256=4Tdz0UdRHeiXbLkaoTJk2cKhCw5aiPyExkUChjzLcdE 11395
molfeat_hype-0.1.0.dist-info/LICENSE sha256=0kvim7CjHeVMQ6ZU8F3IYra8Z9HSf18bidKTkkrCp2c 11314
molfeat_hype-0.1.0.dist-info/METADATA sha256=rlZj7SgWSwx6B7Rx0DaIizwnm4nX0ZXAwM-fddkcjn0 7870
molfeat_hype-0.1.0.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
molfeat_hype-0.1.0.dist-info/entry_points.txt sha256=VcRpC2OXQwfjofjQ1LlJz2zOm_qIpdv0Bz1tjA8QdoI 196
molfeat_hype-0.1.0.dist-info/top_level.txt sha256=VUnF2B7-rtQW1QXeQ6epM_doB6GJsOTeonekhBnrY6s 13
molfeat_hype-0.1.0.dist-info/RECORD

top_level.txt

molfeat_hype

entry_points.txt

hyper.InstructLLMTransformer = molfeat_hype.trans.llm_instruct_embeddings:InstructLLMTransformer
hyper.LLMTransformer = molfeat_hype.trans.llm_embeddings:LLMTransformer