taishi-i commited on
Commit
be44d34
·
1 Parent(s): 3b4a75e

update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -17,13 +17,14 @@ A tokenizer for nagisa_bert is available [here](https://github.com/taishi-i/nagi
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
-
22
 
23
  ```bash
24
  pip install nagisa_bert
25
  ```
26
 
 
 
 
27
  ## Usage
28
 
29
  This model is available in Transformer's pipeline method.
 
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
 
21
  ```bash
22
  pip install nagisa_bert
23
  ```
24
 
25
+ Supported Platforms:
26
+ - 🐧 Linux, 🍎 macOS, 🪟 Windows: Python 3.10 - 3.14
27
+
28
  ## Usage
29
 
30
  This model is available in Transformer's pipeline method.