AdamCodd commited on
Commit
2849bd9
1 Parent(s): 1bde9e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ It's a massive improvement over the V1 model. It achieves the following results
61
 
62
  The V2 model is less prone to false positives compared to V1, which avoid to classify as NSFW a little bit of cleavage for example (the cutoff for the NSFW classification is nsfwLevel == 2 on the dataset).
63
 
64
- <u>**NB:**</u> The new license for the V2 model is **cc-by-nc-4.0**. For commercial use rights, please [contact me](https://discord.com/users/859202914400075798). Meanwhile, the V1 model remains available under the MIT license (under v1 branch).
65
 
66
  The V1 and V2 models are both compatible with Transformers.js.
67
 
 
61
 
62
  The V2 model is less prone to false positives compared to V1, which avoid to classify as NSFW a little bit of cleavage for example (the cutoff for the NSFW classification is nsfwLevel == 2 on the dataset).
63
 
64
+ <u>**NB:**</u> The new license for the V2 model is **cc-by-nc-4.0**. For commercial use rights, please contact me (adamcoddml@gmail.com). Meanwhile, the V1 model remains available under the MIT license (under v1 branch).
65
 
66
  The V1 and V2 models are both compatible with Transformers.js.
67