kumo24 commited on
Commit
bba31e2
·
verified ·
1 Parent(s): 9796c83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -31,7 +31,8 @@ model.to(device)
31
 
32
  sentiment_task = pipeline("sentiment-analysis",
33
  model=model,
34
- tokenizer=tokenizer)
 
35
 
36
  print(sentiment_task("Michigan Wolverines are Champions, Go Blue!"))
37
  ```
 
31
 
32
  sentiment_task = pipeline("sentiment-analysis",
33
  model=model,
34
+ tokenizer=tokenizer,
35
+ device =device)
36
 
37
  print(sentiment_task("Michigan Wolverines are Champions, Go Blue!"))
38
  ```