Commit
•
b3035cf
1
Parent(s):
f6c82a4
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (5515ddfdf3729243982d252cf602b9c49ccc029b)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
language: tr
|
|
|
4 |
pipeline_tag: token-classification
|
|
|
5 |
---
|
6 |
## Training procedure
|
7 |
|
|
|
1 |
---
|
|
|
2 |
language: tr
|
3 |
+
library_name: peft
|
4 |
pipeline_tag: token-classification
|
5 |
+
base_model: dbmdz/bert-base-turkish-cased
|
6 |
---
|
7 |
## Training procedure
|
8 |
|