How to use from
Docker Model Runner
# Gated model: Login with a HF token with gated access permission
hf auth login
docker model run hf.co/Effectz-AI/Peoples-InvoiceLM-14B
Quick Links

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

People's InvoiceLM-14B

A specialised member of the People's LM family by Effectz.AI.

People's InvoiceLM-14B is a domain-specific fine-tuned model built on Qwen3-14B base model, optimised for template-free invoice understanding, structured data extraction, and real-world finance document workflows. It is designed for the messy reality of enterprise invoices: changing supplier formats, inconsistent field layouts, scanned documents, and operational data that must be reviewed before it reaches downstream systems.

People's InvoiceLM powers invoice intelligence capabilities within E-Flow, Effectz.AI's document execution platform.

About People's LM

People's LM is Effectz.AI's family of compact, specialised language models built for real-world business workflows in emerging markets — built for the document formats, suppliers, and operating environments that global AI tools often overlook. This model has been fine-tuned using Effectz.AI's proprietary synthetic invoice dataset.

Model Details

Base model Qwen3-14B-Base
Fine-tuning and domain adaptation Effectz.AI
Model family People's LM
Primary use case Invoice data extraction and validation
Availability Proprietary / controlled access through Effectz.AI

Intended Use

People's InvoiceLM-14B is intended to extract structured fields from supplier invoices, including:

  • Invoice number, Date, Currency, Exchange rate, Subtotal
  • Purchase Order (PO) numbers
  • Goods Receive Note (GRN) numbers
  • Supplier and buyer/company names

Out-of-scope use

This model is not intended for general-purpose text generation, open-domain question answering, or use outside invoice/finance document workflows. Extracted output should be reviewed before being used in automated downstream systems.

How to Use

People's InvoiceLM-14B is served via a controlled Hugging Face Inference Endpoint as part of the Effectz.AI E-Flow platform. Access is not self-serve — contact Effectz.AI for access details.

from huggingface_hub import InferenceClient

client = InferenceClient(model="<inference-endpoint-url>", token="<HF_TOKEN>")

response = client.text_generation(
    prompt,
    max_new_tokens=600,
    temperature=0.0,
    do_sample=False,
)

Acknowledgements

Special thanks to the Qwen team for the strong Qwen3-14B base model, Unsloth for efficient fine tuning tooling.

License

People's InvoiceLM-14B is proprietary software and model weights owned by Effectz.AI Private Limited. Use, copying, redistribution, fine-tuning, derivative-model creation, commercial deployment, and reverse engineering are prohibited unless explicitly authorised in writing by Effectz.AI.

For licensing inquiries, contact Effectz.AI.

Downloads last month
156
Safetensors
Model size
15B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Effectz-AI/Peoples-InvoiceLM-14B

Finetuned
(78)
this model