Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ The ConvBERT architecture is presented in the ["ConvBERT: Improving BERT with Sp
|
|
13 |
# Fine-tuning parameters:
|
14 |
```
|
15 |
task = "ner"
|
16 |
-
model_checkpoint = "dbmdz/
|
17 |
batch_size = 8
|
18 |
label_list = ['O', 'B-PER', 'I-PER', 'B-ORG', 'I-ORG', 'B-LOC', 'I-LOC']
|
19 |
max_length = 512
|
|
|
13 |
# Fine-tuning parameters:
|
14 |
```
|
15 |
task = "ner"
|
16 |
+
model_checkpoint = "dbmdz/convbert-base-turkish-cased"
|
17 |
batch_size = 8
|
18 |
label_list = ['O', 'B-PER', 'I-PER', 'B-ORG', 'I-ORG', 'B-LOC', 'I-LOC']
|
19 |
max_length = 512
|