ifmain commited on
Commit
b03a128
1 Parent(s): 7d55635

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -6,6 +6,8 @@ license: mit
6
 
7
  This is a simple multilingual model for text moderation using embeddings.
8
 
 
 
9
  exaple usage:
10
 
11
  ```python
 
6
 
7
  This is a simple multilingual model for text moderation using embeddings.
8
 
9
+ PS: Although this model itself is MIT, it uses sentence `sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2` under `license: apache-2.0`.
10
+
11
  exaple usage:
12
 
13
  ```python