Tools for ML/LLM
Project description
Slowblood Python Module
This python package will have a collection of structures, functions and tools for interacting with LLMs and Datasets.
Project and PyPI Package
- https://pypi.org/project/slowblood/
- https://github.com/kyledinh/slowblood
- https://huggingface.co/Slowblood
Usage Examples
Get RunPod Available GPUs with price
import slowblood
slowblood.lib_runpod.runpod_info(RUNPOD_API_KEY)
# or if you have the RUNPOD_API_KEY set in .env file
slowblood.runpod_get_available_gpus()
output:
GPUs:
{'maxGpuCount': 8, 'id': 'NVIDIA A100 80GB PCIe', 'displayName': 'A100 80GB', 'manufacturer': 'Nvidia', 'memoryInGb': 80, 'cudaCores': 0, 'secureCloud': True, 'communityCloud': True, 'securePrice': 1.89, 'communityPrice': 1.59, 'oneMonthPrice': None, 'threeMonthPrice': None, 'oneWeekPrice': None, 'communitySpotPrice': 0.89, 'secureSpotPrice': None, 'lowestPrice': {'minimumBidPrice': 0.89, 'uninterruptablePrice': 1.59}} ...
Copy Save HuggingFace Model
Copy a Hugging Face model to a new Hugging Face Org
Required Dependencies
pip install -qU git+https://github.com/huggingface/transformers.git
pip install -qU git+https://github.com/huggingface/peft.git
pip install -qU git+https://github.com/huggingface/accelerate.git
Package Structs, Methods and Consts
Datasets
TextDatasetprepare_dataset_llama2()generate_from_dataset_llama2()
Model
BITS_AND_BYTES_CONFIG_4BITload_peft_model_with_adapters()print_trainable_parameters()
PDF Manipulation
convert_pdf_to_images()extract_text_from_pdf()extract_text_from_imgs()
Settings
BasicInferenceRequestArtifactNamesFineTuningSettings
Tokenizer
get_tokenizer_for_model()update_model_with_tokenizer()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
slowblood-0.1.2.tar.gz
(8.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file slowblood-0.1.2.tar.gz.
File metadata
- Download URL: slowblood-0.1.2.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a90beba888e6d5ec5da830046c31711c147341128acf45f9eac7db0a40d68e90
|
|
| MD5 |
8928ea17f81be45324f15a534785b104
|
|
| BLAKE2b-256 |
d7da9f44d4e9a4586ec57791688cfbdca883001b3547b385c7933ac5c711089e
|
File details
Details for the file slowblood-0.1.2-py3-none-any.whl.
File metadata
- Download URL: slowblood-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a613b84664ea7f6ca2f5ab2590ee78a47fbba5273c6805c3bda1a4266d92122
|
|
| MD5 |
262d1eccbee691c8952d56c6eebcca7b
|
|
| BLAKE2b-256 |
f5d734511fb4a3ac211bac73a57b98f6385bffed09e4a6edca458a55e928c66d
|