Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,6 @@ from transformers import pipeline
|
|
44 |
|
45 |
model_cpt = "laxsvips/minilm-finetuned-emotion"
|
46 |
pipe = pipeline("text-classification", model=model_cpt)
|
47 |
-
pipe("I am really excited about part 2 of the Hugging Face course")
|
48 |
predicted_scores = pipe("I am so glad you could help me")
|
49 |
print(predicted_scores)
|
50 |
````
|
|
|
44 |
|
45 |
model_cpt = "laxsvips/minilm-finetuned-emotion"
|
46 |
pipe = pipeline("text-classification", model=model_cpt)
|
|
|
47 |
predicted_scores = pipe("I am so glad you could help me")
|
48 |
print(predicted_scores)
|
49 |
````
|