dilexsan commited on
Commit
cdb8dc7
·
verified ·
1 Parent(s): 1ab6cd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ You can load this model directly using the 🤗 Transformers pipeline:
19
  ```python
20
  from transformers import pipeline
21
 
22
- model_id = "dilexsan/fine-tuned-tweets-bertweet-sentiment"
23
 
24
  sentiment_analyzer = pipeline("text-classification", model=model_id)
25
 
 
19
  ```python
20
  from transformers import pipeline
21
 
22
+ model_id = "dilexsan/bertweet_base_sentimental"
23
 
24
  sentiment_analyzer = pipeline("text-classification", model=model_id)
25