zeyadusf commited on
Commit
9b5edda
1 Parent(s): 666669a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -11,11 +11,13 @@ tags: []
11
 
12
  ## Model Details
13
 
14
- - eval_loss : 0.03441721946001053,
15
- - eval_accuracy: 0.991941391941392,
16
- - eval_f1-score: 0.9919413227394245,
17
  - epoch : 2.0
18
 
 
 
19
  ```
20
  Classification Report:
21
  precision recall f1-score support
@@ -28,8 +30,11 @@ Classification Report:
28
  weighted avg 0.99 0.99 0.99 2730
29
  ````
30
 
 
 
 
31
  #### Clean Function
32
- - I used it when I tested the model and it gave good results when cleaning.
33
  ```python
34
  import re
35
  import html
 
11
 
12
  ## Model Details
13
 
14
+ - eval_loss : 0.02619364485144615,
15
+ - eval_accuracy: 0.9941391941391942,
16
+ - eval_f1-score: 0.9941391909936754,
17
  - epoch : 2.0
18
 
19
+
20
+
21
  ```
22
  Classification Report:
23
  precision recall f1-score support
 
30
  weighted avg 0.99 0.99 0.99 2730
31
  ````
32
 
33
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65cf6fed0954f06e47d97e56/iTsf9imsdWtxtRaiMa5On.png)
34
+
35
+
36
  #### Clean Function
37
+ - I used it when I tested manual the model and it gave good results when cleaning.
38
  ```python
39
  import re
40
  import html