Upload README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ model-index:
|
|
28 |
| **spaCy** | `>=3.2.1,<3.3.0` |
|
29 |
| **Default Pipeline** | `transformer`, `ner` |
|
30 |
| **Components** | `transformer`, `ner` |
|
31 |
-
| **
|
32 |
| **Sources** | n/a |
|
33 |
| **License** | n/a |
|
34 |
| **Author** | [n/a]() |
|
@@ -37,11 +37,31 @@ model-index:
|
|
37 |
|
38 |
<details>
|
39 |
|
40 |
-
<summary>View label scheme (
|
41 |
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
</details>
|
47 |
|
|
|
28 |
| **spaCy** | `>=3.2.1,<3.3.0` |
|
29 |
| **Default Pipeline** | `transformer`, `ner` |
|
30 |
| **Components** | `transformer`, `ner` |
|
31 |
+
| **Based on transformer** | `bullmount/hseBert-it-cased` |
|
32 |
| **Sources** | n/a |
|
33 |
| **License** | n/a |
|
34 |
| **Author** | [n/a]() |
|
|
|
37 |
|
38 |
<details>
|
39 |
|
40 |
+
<summary>View label scheme (19 labels)</summary>
|
41 |
|
42 |
+
Predicts 18 tags:
|
43 |
+
|
44 |
+
| **tag** | **meaning** |
|
45 |
+
|---------------------------------|-----------|
|
46 |
+
| PER | People, including fictional. |
|
47 |
+
| NORP | Nationalities or religious or political groups. |
|
48 |
+
| ORG | Companies, agencies, institutions, etc. |
|
49 |
+
| GPE | Countries, cities, states. |
|
50 |
+
| LOC | Non-GPE locations, mountain ranges, bodies of water. |
|
51 |
+
| DATE | Absolute or relative dates or periods. |
|
52 |
+
| MONEY | Monetary values, including unit. |
|
53 |
+
| FAC | Buildings, airports, highways, bridges, etc. |
|
54 |
+
| PRODUCT | Objects, vehicles, foods, etc. (Not services.) |
|
55 |
+
| EVENT | Named hurricanes, battles, wars, sports events, etc. |
|
56 |
+
| WORK_OF_ART | Titles of books, songs, etc. |
|
57 |
+
| LAW | Named documents made into laws. |
|
58 |
+
| LANGUAGE | Any named language. |
|
59 |
+
| TIME | Times smaller than a day. |
|
60 |
+
| PERCENT | Percentage, including "%". |
|
61 |
+
| QUANTITY | Measurements, as of weight or distance.|
|
62 |
+
| ORDINAL | "first", "second", etc.|
|
63 |
+
| CARDINAL | Numerals that do not fall under another type. |
|
64 |
+
| MISC | other name |
|
65 |
|
66 |
</details>
|
67 |
|