antypasd commited on
Commit
d01caba
1 Parent(s): 6f77ecf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ scores = expit(scores)
42
  predictions = (scores >= 0.5) * 1
43
 
44
  # TF
45
- #tf_model = TFAutoModelForSequenceClassification.from_pretrained('antypasd/tweet-topic-19-multi')
46
  #class_mapping = model.config.id2label
47
  #text = "It is great to see athletes promoting awareness for climate change."
48
  #tokens = tokenizer(text, return_tensors='tf')
 
42
  predictions = (scores >= 0.5) * 1
43
 
44
  # TF
45
+ #tf_model = TFAutoModelForSequenceClassification.from_pretrained(MODEL)
46
  #class_mapping = model.config.id2label
47
  #text = "It is great to see athletes promoting awareness for climate change."
48
  #tokens = tokenizer(text, return_tensors='tf')