tasinhoque commited on
Commit
ba8ad0c
1 Parent(s): 4b9e5e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ model = AutoModelForSequenceClassification.from_pretrained(
60
  num_labels=n_emotion,
61
  problem_type="multi_label_classification",
62
  revision=commit
63
- ).to(device)
64
  ```
65
 
66
  ## Intended uses & limitations
 
60
  num_labels=n_emotion,
61
  problem_type="multi_label_classification",
62
  revision=commit
63
+ )
64
  ```
65
 
66
  ## Intended uses & limitations