ntropy-network/enrichment_models
This repository benchmark Ntropy API against different Large Language Models (OpenAI ChatGPT and LLAMA finetuned models). It also contains an easy to use wrapper to enable using the LLMs to perform transaction enrichment. Llama adapters were open sourced and are available on huggingface hub.
This tool helps financial analysts and data scientists accurately categorize raw financial transaction data. It takes in messy transaction descriptions and outputs structured details like the merchant, website, and a standardized transaction label. The primary users are professionals working with financial datasets who need to clean and enrich transaction information.
No commits in the last 6 months.
Use this if you need to quickly and accurately extract structured information from unstructured financial transaction descriptions for better data analysis or categorization.
Not ideal if your primary goal is to perform general natural language processing tasks outside of financial transaction enrichment.
Stars
34
Forks
3
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jun 01, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/ntropy-network/enrichment_models"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hkproj/pytorch-llama
LLaMA 2 implemented from scratch in PyTorch
4AI/LS-LLaMA
A Simple but Powerful SOTA NER Model | Official Code For Label Supervised LLaMA Finetuning
luchangli03/export_llama_to_onnx
export llama to onnx
ayaka14732/llama-2-jax
JAX implementation of the Llama 2 model
harleyszhang/lite_llama
A light llama-like llm inference framework based on the triton kernel.