Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
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 |
|