luisespinosa commited on
Commit
f3a03da
1 Parent(s): 6e0e290

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -57,7 +57,8 @@ scores = softmax(scores)
57
  # model = TFAutoModelForSequenceClassification.from_pretrained(MODEL)
58
  # model.save_pretrained(MODEL)
59
 
60
- # text = "Good night 😊"
 
61
  # encoded_input = tokenizer(text, return_tensors='tf')
62
  # output = model(encoded_input)
63
  # scores = output[0][0].numpy()
57
  # model = TFAutoModelForSequenceClassification.from_pretrained(MODEL)
58
  # model.save_pretrained(MODEL)
59
 
60
+ # text = "Looking forward to Christmas"
61
+ # text = preprocess(text)
62
  # encoded_input = tokenizer(text, return_tensors='tf')
63
  # output = model(encoded_input)
64
  # scores = output[0][0].numpy()