Ngit commited on
Commit
5ce80f0
1 Parent(s): bb7ca46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ The quantized version in ONNX format can be found [here](https://huggingface.co/
32
  ```py
33
  from transformers import pipeline
34
 
35
- pipe = pipeline(model='Ngit/MiniLMv2-L6-H384-goemotions-v2', task='text-classification')
36
  pipe("I am angry")
37
  # [{'label': 'anger', 'score': 0.9722517132759094}]
38
  ```
 
32
  ```py
33
  from transformers import pipeline
34
 
35
+ pipe = pipeline(model='minuva/MiniLMv2-goemotions-v2', task='text-classification')
36
  pipe("I am angry")
37
  # [{'label': 'anger', 'score': 0.9722517132759094}]
38
  ```