Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
language: tr
|
|
|
4 |
---
|
5 |
## Training procedure
|
6 |
|
@@ -52,4 +53,4 @@ for token, prediction in zip(tokens, predictions[0].numpy()):
|
|
52 |
* accuracy: 0.993297
|
53 |
* f1: 0.949696
|
54 |
* precision: 0.942554
|
55 |
-
* recall: 0.956946
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
language: tr
|
4 |
+
pipeline_tag: token-classification
|
5 |
---
|
6 |
## Training procedure
|
7 |
|
|
|
53 |
* accuracy: 0.993297
|
54 |
* f1: 0.949696
|
55 |
* precision: 0.942554
|
56 |
+
* recall: 0.956946
|