snoneeightfive commited on
Commit
da92ad8
·
verified ·
1 Parent(s): 3853b8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,9 +37,9 @@ from transformers import pipeline
37
 
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
 
45
  ## Evaluation
 
37
 
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
 
45
  ## Evaluation