https://github.com/mkearney/aimlabs
AI Message Labels: Packaging and pipelines for deep learning text classification models
https://github.com/mkearney/aimlabs
ai artificial-intelligence classification deep-learning distilbert machine-learning model-training modeling natural-language-processing neural-network nlp text-classification training-pipeline transformer transformer-models
Last synced: 2 months ago
JSON representation
AI Message Labels: Packaging and pipelines for deep learning text classification models
- Host: GitHub
- URL: https://github.com/mkearney/aimlabs
- Owner: mkearney
- License: mit
- Created: 2023-09-13T18:48:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-02T22:04:42.000Z (over 1 year ago)
- Last Synced: 2025-01-15T09:44:00.169Z (4 months ago)
- Topics: ai, artificial-intelligence, classification, deep-learning, distilbert, machine-learning, model-training, modeling, natural-language-processing, neural-network, nlp, text-classification, training-pipeline, transformer, transformer-models
- Language: Python
- Homepage:
- Size: 6.75 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A.I. Message Labels
Packaging and pipelines for deep learning text classification models
## Repository Contents
### ./model
A poetry-managed python package designed to help with model specification,
preprocessing, training, and serving.### ./training
A suite of scripts that function as model training pipelines.### ./tools
Miscellaneous documentation and other resources