Commit
·
28e0629
1
Parent(s):
10902c9
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ metrics:
|
|
8 |
- recall
|
9 |
- f1
|
10 |
- accuracy
|
|
|
|
|
11 |
model_index:
|
12 |
- name: bert-srb-ner
|
13 |
results:
|
@@ -25,7 +27,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
25 |
|
26 |
# bert-srb-ner
|
27 |
|
28 |
-
This model was
|
29 |
It achieves the following results on the evaluation set:
|
30 |
- Loss: 0.1647
|
31 |
- Precision: 0.8247
|
@@ -35,11 +37,23 @@ It achieves the following results on the evaluation set:
|
|
35 |
|
36 |
## Model description
|
37 |
|
38 |
-
|
39 |
|
40 |
## Intended uses & limitations
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
## Training and evaluation data
|
45 |
|
|
|
8 |
- recall
|
9 |
- f1
|
10 |
- accuracy
|
11 |
+
language:
|
12 |
+
- sr
|
13 |
model_index:
|
14 |
- name: bert-srb-ner
|
15 |
results:
|
|
|
27 |
|
28 |
# bert-srb-ner
|
29 |
|
30 |
+
This model was finetuned from Aleksandar/bert-srb-cased-oscar on the setimes.SR dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
- Loss: 0.1647
|
33 |
- Precision: 0.8247
|
|
|
37 |
|
38 |
## Model description
|
39 |
|
40 |
+
Default settings for BERT model, finetuned with batch size of 16.
|
41 |
|
42 |
## Intended uses & limitations
|
43 |
+
| Tag (IOB) | Numerical representation | Meaning (Beginning = B., Inside = I.) |
|
44 |
+
|-------------|--------------------------|------------------------------------------|
|
45 |
+
| O | 0 | Other |
|
46 |
+
| B-per | 1 | B.Person |
|
47 |
+
| I-per | 2 | I. Person |
|
48 |
+
| B-org | 3 | B. organization |
|
49 |
+
| I-org | 4 | I. organization |
|
50 |
+
| B-loc | 5 | B. location |
|
51 |
+
| I-loc | 6 | I. location |
|
52 |
+
| B-misc | 7 | B. Miscellaneous |
|
53 |
+
| I-misc | 8 | I. Miscellaneous |
|
54 |
+
| B-deriv-per | 9 | B. Derived Person |
|
55 |
+
|
56 |
+
MIT license
|
57 |
|
58 |
## Training and evaluation data
|
59 |
|