serdarakyol commited on
Commit
9968a86
1 Parent(s): 8071309

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -9,6 +9,10 @@ The dataset downloaded from interpress. This dataset is real world data. Actuall
9
  ## Model
10
  Model accuracy on train data and validation data is %97.
11
 
 
 
 
 
12
  ## Usage for Torch
13
  ```sh
14
  pip install transformers or pip install transformers==4.3.3
 
9
  ## Model
10
  Model accuracy on train data and validation data is %97.
11
 
12
+ ![Classification report](classification_report.png)
13
+
14
+ ![Confusion matrix](confusion_matrix.png)
15
+
16
  ## Usage for Torch
17
  ```sh
18
  pip install transformers or pip install transformers==4.3.3