taishi-i commited on
Commit
b514ced
1 Parent(s): 1859ee2

add tokenizer information to README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,10 +10,12 @@ datasets:
10
  A BERT model for [nagisa](https://github.com/taishi-i/nagisa).
11
  The model is available in [Transformers](https://github.com/huggingface/transformers) 🤗.
12
 
 
 
13
  ## Install
14
 
15
  To use this model, the following python library must be installed.
16
- You can install *nagisa_bert* by using the *pip* command.
17
 
18
  Python 3.7+ on Linux or macOS is required.
19
 
 
10
  A BERT model for [nagisa](https://github.com/taishi-i/nagisa).
11
  The model is available in [Transformers](https://github.com/huggingface/transformers) 🤗.
12
 
13
+ A tokenizer for nagisa_bert is available [here](https://github.com/taishi-i/nagisa_bert).
14
+
15
  ## Install
16
 
17
  To use this model, the following python library must be installed.
18
+ You can install [*nagisa_bert*](https://github.com/taishi-i/nagisa_bert) by using the *pip* command.
19
 
20
  Python 3.7+ on Linux or macOS is required.
21