snoneeightfive commited on
Commit
79b4075
·
verified ·
1 Parent(s): da92ad8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -38,7 +38,9 @@ from transformers import pipeline
38
  pipe = pipeline("text-classification", model="snoneeightfive/luna-sentiment-analysis")
39
  pipe("Defense stocks are steadily rising ") # Your financial headline
40
  ```
 
41
  [{'label': 'positive', 'score': 0.6553508639335632}]
 
42
 
43
  # Use a pipeline as a high-level helper
44
 
 
38
  pipe = pipeline("text-classification", model="snoneeightfive/luna-sentiment-analysis")
39
  pipe("Defense stocks are steadily rising ") # Your financial headline
40
  ```
41
+ ```bash
42
  [{'label': 'positive', 'score': 0.6553508639335632}]
43
+ ```
44
 
45
  # Use a pipeline as a high-level helper
46