laxsvips commited on
Commit
ced2f56
1 Parent(s): a805540

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
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
  ````