Ngit commited on
Commit
1749091
1 Parent(s): 10c7509

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ The quantized version in ONNX format can be found [here](minuva/MiniLMv2-toxic-j
13
  ```py
14
  from transformers import pipeline
15
 
16
- pipe = pipeline(model='Ngit/MiniLM-L6-toxic-all-labels', task='text-classification')
17
  pipe("This is pure trash")
18
  # [{'label': 'toxic', 'score': 0.9383478164672852}]
19
  ```
 
13
  ```py
14
  from transformers import pipeline
15
 
16
+ pipe = pipeline(model='minuva/MiniLMv2-toxic-jijgsaw', task='text-classification')
17
  pipe("This is pure trash")
18
  # [{'label': 'toxic', 'score': 0.9383478164672852}]
19
  ```