Update README.md
Browse files
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(
|
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')
|