StephanAkkerman commited on
Commit
d8a15f0
1 Parent(s): 5e79875

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -3,7 +3,14 @@ license: mit
3
  language:
4
  - en
5
  tags:
 
6
  - finance
 
 
 
 
 
 
7
  widget:
8
  - text: "Paris is the [MASK] of France."
9
  example_title: "Generic 1"
@@ -12,7 +19,20 @@ widget:
12
  - text: "AAPL is a [MASK] sector stock."
13
  example_title: "AAPL"
14
  - text: "I predict that this stock will go [MASK]."
15
- example_title: "Stock Direction"
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  # FinTwitBERT
 
3
  language:
4
  - en
5
  tags:
6
+ - sentiment
7
  - finance
8
+ - sentiment-analysis
9
+ - financial-sentiment-analysis
10
+ datasets:
11
+ - Stock-Market-Tweets-Data
12
+ metrics:
13
+ - perplexity
14
  widget:
15
  - text: "Paris is the [MASK] of France."
16
  example_title: "Generic 1"
 
19
  - text: "AAPL is a [MASK] sector stock."
20
  example_title: "AAPL"
21
  - text: "I predict that this stock will go [MASK]."
22
+ example_title: "Stock Direction"
23
+ base_model: yiyanghkust/finbert-pretrain
24
+ model-index:
25
+ - name: FinTwitBERT
26
+ results:
27
+ - task:
28
+ type: financial-tweet-prediction
29
+ name: Financial Tweet Prediction
30
+ dataset:
31
+ name: Stock Market Tweets Data
32
+ type: finance
33
+ metrics:
34
+ - type: Perplexity
35
+ value: 5.156
36
  ---
37
 
38
  # FinTwitBERT