automatedstockminingorg commited on
Commit
e3ebe3b
·
verified ·
1 Parent(s): 8e8c08b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -9
README.md CHANGED
@@ -11,12 +11,3 @@ inference: true
11
  # Expert on Investment Valuation Model
12
 
13
  Fine-tuned on investment valuation data, this model answers questions related to valuation techniques, especially useful for financial analysis.
14
-
15
- ## Example Usage
16
-
17
- ```python
18
- from transformers import pipeline
19
- model_id = "automatedstockminingorg/expert-on-investment-valuation-mypricermodel"
20
- generator = pipeline("text-generation", model=model_id)
21
- prompt = "Explain the discounted cash flow (DCF) model."
22
- print(generator(prompt, max_new_tokens=300, temperature=0.7, top_k=50, do_sample=True))
 
11
  # Expert on Investment Valuation Model
12
 
13
  Fine-tuned on investment valuation data, this model answers questions related to valuation techniques, especially useful for financial analysis.