dattaraj commited on
Commit
b944c54
1 Parent(s): 635a3b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -13,4 +13,13 @@ tags:
13
  - casualty
14
  ---
15
 
16
- GGUF version of model fine-tuned on insurance dataset starting with Phi3-mini LLM.
 
 
 
 
 
 
 
 
 
 
13
  - casualty
14
  ---
15
 
16
+ ### Fine-tuned model for Insurance cost estimation usecases.
17
+ #### Base model - microsoft/Phi-3-mini-4k-instruct
18
+ #### Instruction dataset - dattaraj/pc-insurance-cost-estimator
19
+ #### Platform - Apple MLX on Mac M3
20
+ #### Author - Dattaraj Rao
21
+ https://in.linkedin.com/in/dattarajrao
22
+
23
+ ### Why fine-tune?
24
+ Fine-tuned to act like a insurance estimator expert for Property and Casualty (P&C) domain. Instead of generic recommendations, gives point estimates of repair cost in USD.
25
+ Base model would provide generic recommendations. While the fine-tuned model shows much better domain adoption.