saribasmetehan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -23,13 +23,12 @@ It achieves the following results on the evaluation set:
|
|
23 |
- Accuracy: 0.962
|
24 |
|
25 |
## Model description
|
26 |
-
|
27 |
-
"Positive": LABEL_1
|
28 |
-
"Notr": LABEL_0
|
29 |
-
"Negative": LABEL_2
|
30 |
-
|
31 |
-
|
32 |
-
https://github.com/saribasmetehan/Transformers-Library/blob/main/Turkish_Text_Classifiaction_Fine_Tuning_PyTorch.ipynb
|
33 |
|
34 |
## Intended uses & limitations
|
35 |
|
|
|
23 |
- Accuracy: 0.962
|
24 |
|
25 |
## Model description
|
26 |
+
<ul>
|
27 |
+
<li>"Positive" : LABEL_1</li>
|
28 |
+
<li>"Notr" : LABEL_0 </li>
|
29 |
+
<li>"Negative" : LABEL_2</li>
|
30 |
+
<li>"Fine-Tuning Process" : https://github.com/saribasmetehan/Transformers-Library/blob/main/Turkish_Text_Classifiaction_Fine_Tuning_PyTorch.ipynb</li>
|
31 |
+
</ul>
|
|
|
32 |
|
33 |
## Intended uses & limitations
|
34 |
|