mlynatom commited on
Commit
41ea920
·
1 Parent(s): fed37d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -69,7 +69,7 @@ An example of 'wiki_pages' looks as follows.
69
  - `id`: a `int32` feature.
70
  - `label`: a `string` feature.
71
  - `predicted_label`: a `string` feature. (label predicted by NLI model)
72
- - `predicted_score`: a `int32` feature. ()
73
  - `claim`: a `string` feature.
74
  - `evidence`: a `sequence` feature.
75
 
 
69
  - `id`: a `int32` feature.
70
  - `label`: a `string` feature.
71
  - `predicted_label`: a `string` feature. (label predicted by NLI model)
72
+ - `predicted_score`: a `int32` feature. (confidence of predicted_label predicted by NLI model)
73
  - `claim`: a `string` feature.
74
  - `evidence`: a `sequence` feature.
75