scostiniano commited on
Commit
18bf57b
·
1 Parent(s): cc8bd59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -15,6 +15,14 @@ model-index:
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
 
 
 
 
 
 
 
 
18
  # bert-tagalog-base-uncased-ner-v1
19
 
20
  This model is a fine-tuned version of [jcblaise/bert-tagalog-base-uncased](https://huggingface.co/jcblaise/bert-tagalog-base-uncased) on the None dataset.
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
+ # Description
19
+ - The dataset consists of 148 Filipino storytelling books, 5,005 total sentences, 45,792 total tokens, and 5,646 unique tokens.
20
+ - This NER model only supports the Filipino language and does not include proper nouns, verbs, adjectives, and adverbs as of the moment
21
+ - The input must undergo preprocessing. Soon I will upload the code to GitHub for preprocessing the input
22
+ - To replicate the preprocessed input use this example as a guide
23
+ - Input: "May umaapoy na bahay "
24
+ - Preprocessed Input: "apoy bahay"
25
+
26
  # bert-tagalog-base-uncased-ner-v1
27
 
28
  This model is a fine-tuned version of [jcblaise/bert-tagalog-base-uncased](https://huggingface.co/jcblaise/bert-tagalog-base-uncased) on the None dataset.