knosing commited on
Commit
7682fb5
1 Parent(s): c9c7149

Add repository details

Browse files
Files changed (1) hide show
  1. README.md +5 -11
README.md CHANGED
@@ -23,7 +23,7 @@ tags:
23
  ---
24
  ### Model Description
25
 
26
- This model is a fine-tuned version of the `cl-tohoku/bert-base-japanese-v3`, specifically optimized for Named Entity Recognition (NER) tasks.
27
  It is fine-tuned using a Japanese named entity extraction dataset derived from Wikipedia, which was developed and made publicly available by Stockmark Inc. ([NER Wikipedia Dataset](https://github.com/stockmarkteam/ner-wikipedia-dataset)).
28
 
29
  ### Intended Use
@@ -99,13 +99,7 @@ The model has been evaluated on various entity types to assess its precision, re
99
  - **F1 Score:** 0.8125
100
  - **Sample Count:** 140
101
 
102
-
103
- ### Summary
104
-
105
- These results demonstrate the model's capability to perform reliably across different types of entities, making it highly effective for comprehensive Named Entity Recognition tasks within the Japanese language.
106
- The robust accuracy and F1 scores across various categories show the model's balanced performance, catering to both common and less frequent entity types found in Japanese text.
107
-
108
- ### Limitations and Biases
109
-
110
- The performance of the model may vary based on the text's domain, and the accuracy might not be uniformly high across different types of named entities.
111
- Users should also be aware of potential biases inherent in the training dataset, which was solely built from Wikipedia articles and might not adequately represent less formal or diverse language usage.
 
23
  ---
24
  ### Model Description
25
 
26
+ This model is a fine-tuned version of the `tohoku-nlp/bert-base-japanese-v3`, specifically optimized for Named Entity Recognition (NER) tasks.
27
  It is fine-tuned using a Japanese named entity extraction dataset derived from Wikipedia, which was developed and made publicly available by Stockmark Inc. ([NER Wikipedia Dataset](https://github.com/stockmarkteam/ner-wikipedia-dataset)).
28
 
29
  ### Intended Use
 
99
  - **F1 Score:** 0.8125
100
  - **Sample Count:** 140
101
 
102
+ ### Note
103
+ You might not able to use the model with huggingface Inference API.
104
+ The intended use for the model is given in the following repository: [KeshavSingh29/fa_ner_japanese](https://github.com/KeshavSingh29/fa_ner_japanese)
105
+ If you have any questions, please feel free to contact me or raise an issue at the above repo.