An open API service indexing awesome lists of open source software.

https://github.com/jra333/automapper

A business specific use case leveraging a LLM (T5) to automate data mapping.
https://github.com/jra333/automapper

automation llms snowflake t5-model

Last synced: 3 months ago
JSON representation

A business specific use case leveraging a LLM (T5) to automate data mapping.

Awesome Lists containing this project

README

          

# AUTOMAPPER

**Two folders include:**

- The actual app POC/DEMO

[Automapper](https://github.com/jra333/automapper/tree/main/automapper_app_demo) is a Streamlit-based web application designed to automate the processing, review, and archival of file submissions using AI-powered predictions. It integrates with Snowflake for data storage, staging, and user authentication, while leveraging a fine-tuned T5 model from Hugging Face Transformers for generating business-critical data mapping.

**SOME CODE AND PROCESSES HAVE BEEN REDACTED/ALTERED FOR PRIVACY AND WILL NOT BE UPDATED.**

***Actual finetuned model not included in repo.***

- T5 finetuning training & inference script [notebook](https://github.com/jra333/automapper/tree/main/automapper_notebooks_t5). The script is set up for a business specific project, it trains on custom dataset and processes outputs in applicable manner. The inference script weights rely on business context to reproduce.