Update README.md
Browse files
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|