TerminatorPower
commited on
Commit
•
fce9a20
1
Parent(s):
31679bc
Upload BertForSequenceClassification
Browse files- README.md +6 -6
- config.json +2 -2
- model.safetensors +2 -2
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
tags:
|
4 |
-
- ner
|
5 |
-
- token-classification
|
6 |
-
- turkish
|
7 |
-
license: mit
|
8 |
language:
|
9 |
- tr
|
|
|
|
|
10 |
metrics:
|
11 |
- f1
|
12 |
- accuracy
|
13 |
- recall
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Model Card for Turkish Named Entity Recognition Model
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- tr
|
4 |
+
library_name: transformers
|
5 |
+
license: mit
|
6 |
metrics:
|
7 |
- f1
|
8 |
- accuracy
|
9 |
- recall
|
10 |
+
tags:
|
11 |
+
- ner
|
12 |
+
- token-classification
|
13 |
+
- turkish
|
14 |
---
|
15 |
|
16 |
# Model Card for Turkish Named Entity Recognition Model
|
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.33,
|
7 |
"classifier_dropout": null,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/ner/nert/checkpoint-3000",
|
3 |
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.33,
|
7 |
"classifier_dropout": null,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11daeeb89ccc28da86821dd62615c2c074088ceb64ec3d3cccd7d37e0768cf59
|
3 |
+
size 442514444
|