PramodSeeram commited on
Commit
bdc8db4
·
verified ·
1 Parent(s): 601fa6b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Astra LLM (BFSI Domain)
2
+
3
+ ## Overview
4
+ A domain-adapted Large Language Model built on Mistral 7B, fine-tuned using LoRA for financial intelligence tasks.
5
+
6
+ ## Capabilities
7
+ - Credit card optimization
8
+ - Financial insights & recommendations
9
+ - Fraud/scam reasoning
10
+ - Insurance claim understanding
11
+
12
+ ## Architecture
13
+ - Base Model: Mistral 7B
14
+ - Fine-tuning: LoRA
15
+ - Deployment: Ollama
16
+ - Format: GGUF
17
+
18
+ ## Integration
19
+ - RAG with Qdrant
20
+ - Multi-agent orchestration (LangGraph)
21
+ - Used in Astra 360 Digital Brain
22
+
23
+ ## Usage (Ollama)
24
+ ollama run astra-llm
25
+
26
+ ## Author
27
+ Pramod Seeram