agentlans commited on
Commit
a383c76
1 Parent(s): b177cf2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ This dataset contains sentiment analysis results for English tweets collected be
36
 
37
  Here's an example of how to use the model for sentiment prediction:
38
 
39
- ```
40
  import torch
41
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
42
 
 
36
 
37
  Here's an example of how to use the model for sentiment prediction:
38
 
39
+ ```python
40
  import torch
41
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
42