Update README.md
Browse files
README.md
CHANGED
@@ -8,10 +8,18 @@ library_name: transformers
|
|
8 |
tags:
|
9 |
- finance
|
10 |
widget:
|
11 |
-
- text:
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Fin-RWKV: Attention Free Financal Expert (WIP)
|
@@ -70,4 +78,17 @@ print(generated_text)
|
|
70 |
|
71 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/631ea4247beada30465fa606/7vAOYsXH1vhTyh22o6jYB.png" width="500" alt="Inference computational cost vs. Number of tokens">
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
_Note: Needs more data and training, testing purposes only._
|
|
|
8 |
tags:
|
9 |
- finance
|
10 |
widget:
|
11 |
+
- text: >-
|
12 |
+
user: Is this headline positive or negative? Headline: Australian Tycoon
|
13 |
+
Forrest Shuts Nickel Mines After Prices Crash.
|
14 |
+
|
15 |
+
bot:
|
16 |
+
example_title: Sentiment analysis
|
17 |
+
- text: >-
|
18 |
+
user: Aluminum price per KG is 50$. Forecast max: +1$ min:+0.3$. What should
|
19 |
+
be the current price of aluminum?
|
20 |
+
|
21 |
+
bot:
|
22 |
+
example_title: Forecast
|
23 |
---
|
24 |
|
25 |
# Fin-RWKV: Attention Free Financal Expert (WIP)
|
|
|
78 |
|
79 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/631ea4247beada30465fa606/7vAOYsXH1vhTyh22o6jYB.png" width="500" alt="Inference computational cost vs. Number of tokens">
|
80 |
|
81 |
+
## Stats for nerds
|
82 |
+
### Training Config
|
83 |
+
- n_epoch: 100
|
84 |
+
- epoch_save_frequency: 10
|
85 |
+
- batch_size: 5
|
86 |
+
- ctx_len: 2000
|
87 |
+
- T_MAX: 384
|
88 |
+
- RWKV_FLOAT_MODE: fp16
|
89 |
+
- RWKV_DEEPSPEED: 0
|
90 |
+
|
91 |
+
### Loss
|
92 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/631ea4247beada30465fa606/NvPKCBlbVhiVeeMpUAv2C.png" width="500" alt="Loss">
|
93 |
+
|
94 |
_Note: Needs more data and training, testing purposes only._
|