Skip to main content

A package that loads a tokenizer and model from the HuggingFace model hub.

Project description

HFLoader - Hugging Face Model Loader

This package provides the user with one method that returns both a tokenizer and a model when loading HuggingFace Models, without the need for knowing which AutoModel to use.

This package utilizes the transformers library to load a tokenizer and model, without having to know the AutoModel. This means that with one command, you can easily load the tokenizer and model of a given model on HuggingFace Model Hub. This can then be easily fed into the pipeline function of transformers.

Installation

The package can be installed with the following command:

pip install hfloader

How to Use

Here is a bit of code you can reference to see how to use the package.

import hfloader as hfl

huggingface_model = "cardiffnlp/twitter-roberta-base-sentiment"
tokenizer, model = hfl.load_model(huggingface_model)

pipe = pipeline("text-generation", model=model, tokenizer=tokenizer, torch_dtype=torch.bfloat16, device_map="auto")

The return of the command load_model() is going to be a tokenizer and a model, which can then be used in the pipeline method provided by transformers. It does so without the need to know which AutoModel to use, which can prove to be a hassle when trying out different models.

Requirements

pip install transformers

Notes

I don't have plans to upkeep this project unless it necessitates it. I was able to achieve the goal I had set out when developing the package.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hfloader-1.0.2.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

hfloader-1.0.2-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file hfloader-1.0.2.tar.gz.

File metadata

  • Download URL: hfloader-1.0.2.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for hfloader-1.0.2.tar.gz
Algorithm Hash digest
SHA256 580bd9e4d64b2a6948b0649ca4f880468ae6d2804ca51270b3eeb8e018d54220
MD5 09ac59a1e20e5b2f1ae5e372bdb24d93
BLAKE2b-256 529f5dcb1283d6bbbfed72447ca20f9fe8a090a68b02931db26a6804cc7e9c60

See more details on using hashes here.

File details

Details for the file hfloader-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: hfloader-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for hfloader-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 786de1740ee75ad9ede6270499ec413d05d3efb15eb8c735462bbba8aab69017
MD5 68d387c30028b9c9ff7e3602444e837d
BLAKE2b-256 0032b8a050ecf07d0de556ee1d3b6531ea8cf549b5a3e6aa7cd84794444a7e8e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page