Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ generation_params = {
|
|
76 |
|
77 |
outputs = model.generate(tokenized_chat, **generation_params, streamer=streamer)
|
78 |
decoded_outputs = tokenizer.batch_decode(outputs)
|
79 |
-
|
80 |
'''
|
81 |
To avoid losses, it's essential to maintain discipline, set realistic goals, and adhere to predetermined rules for trading.
|
82 |
Diversification is key as it spreads investments across different sectors and asset classes to reduce overall risk.
|
@@ -84,5 +84,6 @@ Regularly reviewing and rebalancing positions can also ensure alignment with inv
|
|
84 |
staying informed about market trends and economic indicators can provide opportunities for long-term capital preservation.
|
85 |
It's also important to stay patient and avoid emotional decision-making, as emotions often cloud judgment.
|
86 |
If you encounter significant losses, consider using stop-loss orders to limit your losses.
|
87 |
-
Staying disciplined and focusing on long-term objectives can help protect your investment portfolio from permanent damage.
|
|
|
88 |
```
|
|
|
76 |
|
77 |
outputs = model.generate(tokenized_chat, **generation_params, streamer=streamer)
|
78 |
decoded_outputs = tokenizer.batch_decode(outputs)
|
79 |
+
|
80 |
'''
|
81 |
To avoid losses, it's essential to maintain discipline, set realistic goals, and adhere to predetermined rules for trading.
|
82 |
Diversification is key as it spreads investments across different sectors and asset classes to reduce overall risk.
|
|
|
84 |
staying informed about market trends and economic indicators can provide opportunities for long-term capital preservation.
|
85 |
It's also important to stay patient and avoid emotional decision-making, as emotions often cloud judgment.
|
86 |
If you encounter significant losses, consider using stop-loss orders to limit your losses.
|
87 |
+
Staying disciplined and focusing on long-term objectives can help protect your investment portfolio from permanent damage.
|
88 |
+
'''
|
89 |
```
|