ReneMarkovic commited on
Commit
f2d6a16
1 Parent(s): e83ca11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -1,3 +1,40 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - sl
5
  ---
6
+ MOE (Medicinski Oznakevalec Entitet)
7
+
8
+ | Feature | Description |
9
+ | --- | --- |
10
+ | **Name** | `sl_MOE` |
11
+ | **Version** | `0.0.0` |
12
+ | **spaCy** | `>=3.5.0,<3.6.0` |
13
+ | **Default Pipeline** | `tok2vec`, `ner` |
14
+ | **Components** | `tok2vec`, `ner` |
15
+ | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
16
+ | **Sources** | n/a |
17
+ | **License** | `MIT` |
18
+ | **Author** | [Rene Markovič]() |
19
+
20
+ ### Label Scheme
21
+
22
+ <details>
23
+
24
+ <summary>View label scheme (1 labels for 1 components)</summary>
25
+
26
+ | Component | Labels |
27
+ | --- | --- |
28
+ | **`ner`** | `Zdravilo` |
29
+
30
+ </details>
31
+
32
+ ### Accuracy
33
+
34
+ | Type | Score |
35
+ | --- | --- |
36
+ | `ENTS_F` | 100.00 |
37
+ | `ENTS_P` | 100.00 |
38
+ | `ENTS_R` | 100.00 |
39
+ | `TOK2VEC_LOSS` | 0.00 |
40
+ | `NER_LOSS` | 0.00 |