Skip to content

ezebinker/transformers-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugging Face Transformers - Pipelines, Models, and Tokenizers

This repository contains a collection of Python scripts that demonstrate how to use the Hugging Face Transformers library for various tasks such as text classification, named entity recognition, and more. Each script is designed to be self-contained and can be run independently.

Install the required libraries

pip install -r requirements.txt

Create a virtual environment and activate it

python -m venv .env
source .env/bin/activate

Run the python script you want

python <script_name>.py

About

Hugging Face Transformers Python Test Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages