winddude commited on
Commit
84c7156
·
1 Parent(s): 8d190c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -1,3 +1,41 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - winddude/finacial_pharsebank_66agree_split
5
+ - finacial_pharsebank
6
+ language:
7
+ - en
8
+ base_model:
9
+ - state-spaces/mamba-2.8b
10
+ metrics:
11
+ - accuracy
12
+ - f1
13
+ - recall
14
+ - precission
15
+ model-index:
16
+ - name: financial-sentiment-analysis
17
+ results:
18
+ - task:
19
+ name: Text Classification
20
+ type: text-classification
21
+ dataset:
22
+ name: financial_phrasebank
23
+ type: financial_phrasebank
24
+ args: sentences_66agree
25
+ metrics:
26
+ - name: Accuracy
27
+ type: accuracy
28
+ value: 0.82
29
+ - name: Percision
30
+ type: percision
31
+ value: 0.82
32
+ - name: recall
33
+ type: recall
34
+ value: 0.82
35
+ - name: F1
36
+ type: f1
37
+ value: 0.82
38
+ pipeline_tag: text-classification
39
+ tags:
40
+ - finance
41
+ ---