Sadman4701 commited on
Commit
2c98850
·
verified ·
1 Parent(s): 6fe8368

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -77,7 +77,7 @@ from transformers import pipeline
77
 
78
  classifier = pipeline(
79
  task="text-classification",
80
- model="your-username/deberta-emotion-multilabel",
81
  return_all_scores=True
82
  )
83
 
 
77
 
78
  classifier = pipeline(
79
  task="text-classification",
80
+ model="Sadman4701/Apricity-Final",
81
  return_all_scores=True
82
  )
83