MadhurArora1 commited on
Commit
69af8ae
·
verified ·
1 Parent(s): 20dfb62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,7 +31,7 @@ This model was fine-tuned to answer financial questions accurately and concisely
31
  ## Training Data
32
 
33
  - **Dataset**: [gbharti/finance-alpaca](https://huggingface.co/datasets/gbharti/finance-alpaca)
34
- - **Samples used**: 20,000 instruction-response pairs
35
  - **Train/test split**: 90/10
36
  - **Prompt format**: Alpaca instruction template
37
 
@@ -119,7 +119,7 @@ print(ask("What is compound interest?"))
119
 
120
  ## Limitations
121
 
122
- - Fine-tuned on 20k samples — may not cover all financial topics
123
  - Not suitable for real investment advice or financial decisions
124
  - Performance degrades on highly technical or niche financial topics
125
  - Occasional hallucinations on specific numerical data (e.g. historical prices, exact rates)
 
31
  ## Training Data
32
 
33
  - **Dataset**: [gbharti/finance-alpaca](https://huggingface.co/datasets/gbharti/finance-alpaca)
34
+ - **Samples used**: 10,000 instruction-response pairs
35
  - **Train/test split**: 90/10
36
  - **Prompt format**: Alpaca instruction template
37
 
 
119
 
120
  ## Limitations
121
 
122
+ - Fine-tuned on 10k samples — may not cover all financial topics
123
  - Not suitable for real investment advice or financial decisions
124
  - Performance degrades on highly technical or niche financial topics
125
  - Occasional hallucinations on specific numerical data (e.g. historical prices, exact rates)