Commit
·
396270b
1
Parent(s):
4648bd1
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,19 @@ Finetuned model of Aleksandar/distilbert-srb-cased-oscar on settimes.SR dataset
|
|
42 |
|
43 |
## Intended uses & limitations
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
MIT license
|
46 |
|
47 |
## Training and evaluation data
|
|
|
42 |
|
43 |
## Intended uses & limitations
|
44 |
|
45 |
+
| Tag (IOB) | Numerical representation | Meaning (Beginning = B., Inside = I.) |
|
46 |
+
|-------------|--------------------------|------------------------------------------|
|
47 |
+
| O | 0 | Other |
|
48 |
+
| B-per | 1 | B.Person |
|
49 |
+
| I-per | 2 | I. Person |
|
50 |
+
| B-org | 3 | B. organization |
|
51 |
+
| I-org | 4 | I. organization |
|
52 |
+
| B-loc | 5 | B. location |
|
53 |
+
| I-loc | 6 | I. location |
|
54 |
+
| B-misc | 7 | B. Miscellaneous |
|
55 |
+
| I-misc | 8 | I. Miscellaneous |
|
56 |
+
| B-deriv-per | 9 | B. Derived Person |
|
57 |
+
|
58 |
MIT license
|
59 |
|
60 |
## Training and evaluation data
|