The model always predicts 1.

#3
by drmeir - opened

I am trying to give example inputs using the web UI and the model always predicts 1. Here is the JSON output for the input: Planes fly. They use fuel. [SEP] Tigers have teeth.

[
  [
    {
      "label": 1,
      "score": 0.9046787023544312
    },
    {
      "label": 0,
      "score": 0.09532131254673004
    }
  ]
]

Am I missing something?

drmeir changed discussion title from The model does not seem to work at all. to The model always predicts 1.

Sign up or log in to comment