Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ language:
|
|
6 |
- tr
|
7 |
license: mit
|
8 |
pipeline_tag: token-classification
|
|
|
9 |
---
|
10 |
|
11 |
## Example Usage
|
@@ -64,9 +65,9 @@ def end2end(sent, capitalization_corr, punc_corr):
|
|
64 |
|
65 |
|
66 |
cap_model = BertForTokenClassification.from_pretrained(
|
67 |
-
"turkish-base-bert-capitalization-correction")
|
68 |
punc_model = BertForTokenClassification.from_pretrained(
|
69 |
-
"turkish-base-bert-punctuation-correction")
|
70 |
|
71 |
tokenizer = AutoTokenizer.from_pretrained(
|
72 |
"turkish-base-bert-capitalization-correction")
|
|
|
6 |
- tr
|
7 |
license: mit
|
8 |
pipeline_tag: token-classification
|
9 |
+
base_model: ytu-ce-cosmos/turkish-base-bert-uncased
|
10 |
---
|
11 |
|
12 |
## Example Usage
|
|
|
65 |
|
66 |
|
67 |
cap_model = BertForTokenClassification.from_pretrained(
|
68 |
+
"ytu-ce-cosmos/turkish-base-bert-capitalization-correction")
|
69 |
punc_model = BertForTokenClassification.from_pretrained(
|
70 |
+
"ytu-ce-cosmos/turkish-base-bert-punctuation-correction")
|
71 |
|
72 |
tokenizer = AutoTokenizer.from_pretrained(
|
73 |
"turkish-base-bert-capitalization-correction")
|