uvegesistvan commited on
Commit
95e5678
1 Parent(s): c24a2fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ You can use this model directly with the `transformers` library from Hugging Fac
87
  from transformers import pipeline
88
 
89
  # Load the fine-tuned model
90
- classifier = pipeline("text-classification", model="your-model-name")
91
 
92
  # Example usage
93
  result = classifier("Czuję się dziś bardzo szczęśliwy!")
 
87
  from transformers import pipeline
88
 
89
  # Load the fine-tuned model
90
+ classifier = pipeline("text-classification", model="visegradmedia-emotion/Emotion_RoBERTa_polish6")
91
 
92
  # Example usage
93
  result = classifier("Czuję się dziś bardzo szczęśliwy!")