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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -25,11 +25,7 @@ FinancialBERT model was fine-tuned on [Financial PhraseBank](https://www.researc
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,6 +37,7 @@ The evaluation metrics used are: Precision, Recall and F1-score. The following i
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
 
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
  | | | | | |
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