dimitreOliveira/bert-as-a-service_TFX
End-to-end pipeline with TFX to train and deploy a BERT model for sentiment analysis.
Implements a complete MLOps pipeline using TFX components (ExampleGen, StatisticsGen, Transform, Trainer, Evaluator, Pusher) with support for multiple orchestrators—Google Colab, Kubeflow, and Vertex AI—enabling reproducible model governance from data validation through production deployment. Leverages transfer learning with pre-trained BERT from TensorFlow Hub or HuggingFace, fine-tuning only a custom classifier head on IMDB sentiment data, while integrating Keras Tuner for hyperparameter optimization and InfraValidator for pre-production model validation. Supports both REST and gRPC serving interfaces for consuming the deployed model.
No commits in the last 6 months.
Stars
43
Forks
10
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Oct 21, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dimitreOliveira/bert-as-a-service_TFX"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
zhihu/cuBERT
Fast implementation of BERT inference directly on NVIDIA (CUDA, CUBLAS) and Intel MKL
ThalesGroup/ConceptBERT
Implementation of ConceptBert: Concept-Aware Representation for Visual Question Answering
Kvasirs/MILES
MILES is a multilingual text simplifier inspired by LSBert - A BERT-based lexical simplification...
kpi6research/Bert-as-a-Library
Bert as a Library is a Tensorflow library for quick and easy training and finetuning of models...
Statistical-Impossibility/Feline-Project
Domain-adaptive NLP pipeline for feline veterinary NER using BERT