Text Generation
Transformers
PyTorch
Safetensors
English
rwkv
finance
Inference Endpoints
umuthopeyildirim commited on
Commit
299175c
1 Parent(s): 500efce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -7,6 +7,11 @@ language:
7
  library_name: transformers
8
  tags:
9
  - finance
 
 
 
 
 
10
  ---
11
 
12
  # Fin-RWKV: Attention Free Financal Expert (WIP)
@@ -20,8 +25,12 @@ Fin-RWKV is a cutting-edge, attention-free model designed specifically for finan
20
  - Transformers Library Integration: Built on the popular 'transformers' library, ensuring easy integration with existing ML pipelines and applications.
21
 
22
  ## Competing Against
23
- - [BloombergGPT](https://www.bloomberg.com/company/press/bloomberggpt-50-billion-parameter-llm-tuned-finance/)
24
- - [FinGPT](https://huggingface.co/FinGPT)
 
 
 
 
25
 
26
  | Architecture | Status | Compute Efficiency | Largest Model | Trained Token | Link |
27
  |--------------|--------|--------------------|---------------|---------------|------|
 
7
  library_name: transformers
8
  tags:
9
  - finance
10
+ widget:
11
+ - text: "Is this headline positive or negative? Headline: Australian Tycoon Forrest Shuts Nickel Mines After Prices Crash."
12
+ example_title: "Sentiment analysis"
13
+ - text: "Aluminum price per KG is 50$. Forecast max: +1$ min:+0.3$. What should be the current price of aluminum?"
14
+ example_title: "Forecast"
15
  ---
16
 
17
  # Fin-RWKV: Attention Free Financal Expert (WIP)
 
25
  - Transformers Library Integration: Built on the popular 'transformers' library, ensuring easy integration with existing ML pipelines and applications.
26
 
27
  ## Competing Against
28
+ | Name | Param Count | Cost | Inference Cost |
29
+ |---------------|-------------|------|----------------|
30
+ | Fin-RWKV | 169M | $1.45 | Free on HuggingFace 🤗 & Low-End CPU |
31
+ | [BloombergGPT](https://www.bloomberg.com/company/press/bloomberggpt-50-billion-parameter-llm-tuned-finance/) | 50 Billion | $1.3 million | Enterprise GPUs |
32
+ | [FinGPT](https://huggingface.co/FinGPT) | 7 Bilion | $302.4 | Consumer GPUs |
33
+
34
 
35
  | Architecture | Status | Compute Efficiency | Largest Model | Trained Token | Link |
36
  |--------------|--------|--------------------|---------------|---------------|------|