lisaterumi
commited on
Commit
•
25e6dcb
1
Parent(s):
8a82f29
num label config
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_name_or_path": "pucpr/biobertpt-all",
|
3 |
-
"_num_labels":
|
4 |
"architectures": [
|
5 |
"BertForTokenClassification"
|
6 |
],
|
|
|
1 |
{
|
2 |
"_name_or_path": "pucpr/biobertpt-all",
|
3 |
+
"_num_labels": 3,
|
4 |
"architectures": [
|
5 |
"BertForTokenClassification"
|
6 |
],
|