voidful/TFkit
🤖📇 handling multiple nlp task in one pipeline
This tool helps machine learning engineers and NLP researchers develop and train models for generating text. You provide your text data in a simple CSV format, and it outputs a trained language model ready for tasks like completing sentences or generating creative content. It's designed for those working with large language models to automate text creation.
No commits in the last 6 months. Available on PyPI.
Use this if you need to build and fine-tune various transformer-based language generation models using a streamlined process and minimal configuration changes.
Not ideal if your primary goal is text classification, question answering, or sequence tagging, as these tasks are not actively maintained.
Stars
57
Forks
6
Language
Python
License
Apache-2.0
Category
Last pushed
Sep 18, 2025
Commits (30d)
0
Dependencies
17
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/voidful/TFkit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Tongjilibo/bert4torch
An elegent pytorch implement of transformers
nyu-mll/jiant
jiant is an nlp toolkit
lonePatient/TorchBlocks
A PyTorch-based toolkit for natural language processing
monologg/JointBERT
Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"
grammarly/gector
Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite"...