aadhistii commited on
Commit
0f50139
1 Parent(s): 8a5c631

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -2
README.md CHANGED
@@ -13,7 +13,7 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  # aadhistii/indobert-ner-model
15
 
16
- This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - Train Loss: 0.1471
19
  - Validation Loss: 0.1801
@@ -25,7 +25,26 @@ It achieves the following results on the evaluation set:
25
 
26
  ## Model description
27
 
28
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  ## Intended uses & limitations
31
 
 
13
 
14
  # aadhistii/indobert-ner-model
15
 
16
+ This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on dataset [id_negrit_corpus](https://huggingface.co/datasets/id_nergrit_corpus).
17
  It achieves the following results on the evaluation set:
18
  - Train Loss: 0.1471
19
  - Validation Loss: 0.1801
 
25
 
26
  ## Model description
27
 
28
+ Dataset Entities:
29
+ * 'CRD': Cardinal
30
+ * 'DAT': Date
31
+ * 'EVT': Event
32
+ * 'FAC': Facility
33
+ * 'GPE': Geopolitical Entity
34
+ * 'LAW': Law Entity (such as Undang-Undang)
35
+ * 'LOC': Location
36
+ * 'MON': Money
37
+ * 'NOR': Political Organization
38
+ * 'ORD': Ordinal
39
+ * 'ORG': Organization
40
+ * 'PER': Person
41
+ * 'PRC': Percent
42
+ * 'PRD': Product
43
+ * 'QTY': Quantity
44
+ * 'REG': Religion
45
+ * 'TIM': Time
46
+ * 'WOA': Work of Art
47
+ * 'LAN': Language
48
 
49
  ## Intended uses & limitations
50