Instructions to use pramod-thaz/finance-cre-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use pramod-thaz/finance-cre-finetuned with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf pramod-thaz/finance-cre-finetuned:Q4_K_M # Run inference directly in the terminal: llama cli -hf pramod-thaz/finance-cre-finetuned:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf pramod-thaz/finance-cre-finetuned:Q4_K_M # Run inference directly in the terminal: llama cli -hf pramod-thaz/finance-cre-finetuned:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf pramod-thaz/finance-cre-finetuned:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf pramod-thaz/finance-cre-finetuned:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf pramod-thaz/finance-cre-finetuned:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf pramod-thaz/finance-cre-finetuned:Q4_K_M
Use Docker
docker model run hf.co/pramod-thaz/finance-cre-finetuned:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use pramod-thaz/finance-cre-finetuned with Ollama:
ollama run hf.co/pramod-thaz/finance-cre-finetuned:Q4_K_M
- Unsloth Studio
How to use pramod-thaz/finance-cre-finetuned with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for pramod-thaz/finance-cre-finetuned to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for pramod-thaz/finance-cre-finetuned to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for pramod-thaz/finance-cre-finetuned to start chatting
- Atomic Chat new
- Docker Model Runner
How to use pramod-thaz/finance-cre-finetuned with Docker Model Runner:
docker model run hf.co/pramod-thaz/finance-cre-finetuned:Q4_K_M
- Lemonade
How to use pramod-thaz/finance-cre-finetuned with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull pramod-thaz/finance-cre-finetuned:Q4_K_M
Run and chat with the model
lemonade run user.finance-cre-finetuned-Q4_K_M
List all available models
lemonade list
finance-cre-finetuned
Fine-tuned Phi-3.5-mini model for Commercial Real Estate (CRE) & Finance/Economics domain knowledge, built upon Microsoft Phi 3.5 mini.
Model Details
| Attribute | Value |
|---|---|
| Base Model | microsoft/Phi-3.5-mini-instruct |
| Parameters | 3.8B |
| Quantization | Q4_K_M (~2.2 GB) |
| Context Length | 2048 tokens |
Model Card
This model specializes in Commercial Real Estate terminology and concepts across all major asset classes.
Capabilities
- Financial Metrics: NOI, Cap Rate, DSCR, IRR, Equity Multiple, GAV, NAV, FFO, AFFO, Debt Yield
- Fund Structures: GP/LP, Preferred Return, Waterfall distributions, Carried Interest, Catch-up
- Debt Structures: Senior Loan, Mezzanine, Preferred Equity, A/B Notes, Cash Sweep, LTV
- Investment Strategies: Core, Core+, Value-Add, Opportunistic, Distressed
- Lease Terms: DTM, NTV, WALE, TI, CAM, Escalation, Base Year, Stop
- Asset Classes: Office, Industrial, Retail, Multifamily, SFR, BTR, Hospitality, DataCenter
Training Data
Trained on 658 Q&A pairs covering:
- CRE terminology definitions
- Financial calculations and formulas
- Investment analysis concepts
- Debt and equity structures
- Transaction types and strategies
Usage
Ollama (Recommended)
# Run directly from HuggingFace (no download needed)
ollama run hf.co/pramod-thaz/finance-cre-finetuned
# Or pull locally first
ollama pull pramod-thaz/finance-cre-finetuned
ollama run finance-cre-finetuned
llama.cpp
# Download GGUF and run with llama.cpp
./llama-cli -m finance-cre-finetuned-v0.1-Q4_K_M.gguf -n 256 --temp 0.3
Python (transformers)
from transformers import AutoModelForCausalLM, AutoTokenizer
model_name = "pramod-thaz/finance-cre-finetuned"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(model_name)
Version History
| Version | Date | Notes |
|---|---|---|
| v0.1 | April 2026 | Initial release - 658 training pairs |
Limitations
- Knowledge limited to training data (658 Q&A pairs)
- May not have real-time market data
- Designed for Q&A, not complex financial calculations
- Some specialized terms may require additional training
Disclaimer
This model is fine-tuned for educational and informational purposes. For actual investment decisions, consult with qualified professionals.
Citation
Fine-tuned Phi-3.5-mini for Commercial Real Estate
https://huggingface.co/pramod-thaz/finance-cre-finetuned
License
This model is based on Phi-3.5-mini which uses the MIT License. Check individual model cards for specific licensing information.
Note: This is v0.1 - a foundational model. Future versions will include more training data and improved accuracy on CRE-specific terminology.
- Downloads last month
- 12
4-bit
Model tree for pramod-thaz/finance-cre-finetuned
Base model
microsoft/Phi-3.5-mini-instruct