ahmedrachid commited on
Commit
112ca00
1 Parent(s): a1321da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -25,7 +25,11 @@ FinancialBERT model was fine-tuned on [Financial PhraseBank](https://www.researc
25
  - max_seq_length = 512
26
  - num_train_epochs = 5
27
 
28
- ### Metrics
 
 
 
 
29
  The evaluation metrics used are: Precision, Recall and F1-score. The following is the classification report on the test set.
30
  | relation | precision | recall | f1-score | support |
31
  | ------------- |:-------------:|:-------------:|:-------------:| -----:|
@@ -37,7 +41,6 @@ The evaluation metrics used are: Precision, Recall and F1-score. The following i
37
  | | | | | |
38
  | macro avg | 0.8352 | 0.8251 | 0.8243 | 11810 |
39
  | weighted avg | 0.8352 | 0.8251 | 0.8243 | 11810 |
40
-
41
  ### How to use
42
  Our model can be used thanks to Transformers pipeline for sentiment analysis.
43
  ```python
 
25
  - max_seq_length = 512
26
  - num_train_epochs = 5
27
 
28
+ <div style="clear: both;">
29
+
30
+ </div>
31
+
32
+ ## Metrics
33
  The evaluation metrics used are: Precision, Recall and F1-score. The following is the classification report on the test set.
34
  | relation | precision | recall | f1-score | support |
35
  | ------------- |:-------------:|:-------------:|:-------------:| -----:|
 
41
  | | | | | |
42
  | macro avg | 0.8352 | 0.8251 | 0.8243 | 11810 |
43
  | weighted avg | 0.8352 | 0.8251 | 0.8243 | 11810 |
 
44
  ### How to use
45
  Our model can be used thanks to Transformers pipeline for sentiment analysis.
46
  ```python