luisespinosa commited on
Commit
73d5666
1 Parent(s): df3f121

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ scores = softmax(scores)
58
  # model = TFAutoModelForSequenceClassification.from_pretrained(MODEL)
59
  # model.save_pretrained(MODEL)
60
 
61
- # text = "Good night 😊"
62
  # encoded_input = tokenizer(text, return_tensors='tf')
63
  # output = model(encoded_input)
64
  # scores = output[0][0].numpy()
58
  # model = TFAutoModelForSequenceClassification.from_pretrained(MODEL)
59
  # model.save_pretrained(MODEL)
60
 
61
+ # text = "Great, it broke the first day..."
62
  # encoded_input = tokenizer(text, return_tensors='tf')
63
  # output = model(encoded_input)
64
  # scores = output[0][0].numpy()