Commit
·
035ffa1
1
Parent(s):
e54225d
Update Sentiment_analysis_with_bert.py
Browse files
Sentiment_analysis_with_bert.py
CHANGED
|
@@ -28,7 +28,7 @@ bert_model = BertModel.from_pretrained('bert-base-uncased')
|
|
| 28 |
|
| 29 |
bert_model.save_pretrained('C:/Users/Marie-Ange/Downloads')
|
| 30 |
|
| 31 |
-
from transformers import
|
| 32 |
pipe = pipeline(model="Group209/Sentiment_Analysis")
|
| 33 |
pipe("Sentiment_analysis_with_bert.py")
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
bert_model.save_pretrained('C:/Users/Marie-Ange/Downloads')
|
| 30 |
|
| 31 |
+
from transformers import Pipeline
|
| 32 |
pipe = pipeline(model="Group209/Sentiment_Analysis")
|
| 33 |
pipe("Sentiment_analysis_with_bert.py")
|
| 34 |
|